* Ocaml multithreaded shared library
@ 2005-02-25 8:07 matthieu.dubuget
0 siblings, 0 replies; only message in thread
From: matthieu.dubuget @ 2005-02-25 8:07 UTC (permalink / raw)
To: caml-list
Hello!
I did one multithreaded Caml library.
The API allow to:
- create one thread
- stop it
- get information from it
- ...
When called from an Ocaml test program, no problem:
everything works as expected.
My naive idea was to turn it into a shared library (well, a
DLL because the real project is targeted on windows OS, but
the problem is the same on linux), and call it from another
language. Let say at least for tests.
But it does not work because the Ocaml thread seems to stop
working when the function that created it returns.
Is this way to work possible or have I to change my idea?
Salutations
Matthieu
PS Sorry for the footer added by my provider: I'm registered
to Caml-list with my personnal address, but I'm at work now...
************************ ADSL JUSQU'A 8 MEGA + 3 MOIS DE TELEPHONE GRATUIT ************************
L'ultra haut débit à 15EUR/mois seulement ! Et vous téléphonez gratuitement en France vers les postes fixes,
hors numéros spéciaux pendant 3 mois.
Pour profiter de cette offre exceptionnelle, cliquez ici : http://register.tiscali.fr/adsl/ (voir conditions sur le site)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-02-25 8:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-25 8:07 Ocaml multithreaded shared library matthieu.dubuget
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox