Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
* Thread library for ocamlopt?
@ 1997-08-27  9:07 Ken Wakita
  1997-08-28 11:30 ` Xavier Leroy
  0 siblings, 1 reply; 4+ messages in thread
From: Ken Wakita @ 1997-08-27  9:07 UTC (permalink / raw)
  To: Caml mailing list


Hi,

Is there a plan to include the Thread module in the native compiler
framework?  Or is there a work done with native concurrent ocaml?

I am trying to make a distributed version of ocaml, building a (software)
distributed shared memory using, which allows sharing arbitrary ML data
including closures.  On top of the DSM, we would like to provide a
primitive for remote spawning of closures, for instance:

	spawn_at : place -> (unit -> 'a) -> unit

"Spawn_at" copies the closure to the remote host identified by the
"place" and starts a new thread that runs the closure.  For this purpose,
we need a light-weight thread library.

Any help or comment is greatly appreciated.

Thank you,

Ken






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1997-09-02  8:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-08-27  9:07 Thread library for ocamlopt? Ken Wakita
1997-08-28 11:30 ` Xavier Leroy
1997-08-29 18:01   ` Thorsten Ohl
1997-09-01 15:24     ` Xavier Leroy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox