[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | SooHyoung Oh <shoh@d...> |
| Subject: | Re: [Caml-list] Asynchronous communication channels |
Please check CML (Concurrent ML) in http://cml.cs.uchicago.edu/ . Event module in ocaml has the similiar functionality with CML. And you can find some examples in my web http://www.duonix.com/~shoh/ocaml/concurrent.html . Good luck to you. --- SooHyoung Oh ----- Original Message ----- From: "Nick Name" <nick.name@inwind.it> To: <caml-list@inria.fr> Sent: Monday, June 09, 2003 7:15 AM Subject: [Caml-list] Asynchronous communication channels > I need some asynchronous channels in my current project. Some of those > have to block when the maximum capacity is exceded, others are > one-position buffers wich should have overwrite semantics. Are there > already done libraries or should I roll my own? > > If I have to implement the buffer myself, what's the best way, a buffer > thread wich uses the Event module or rewriting everything from scratch > with condition variables to spare a thread? > > Thanks for attention > > Vincenzo > > ------------------- > To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr > Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners