[
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: | Nick Name <nick.name@i...> |
| 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