Browse thread
Asynchronous IO programming in OCaml
[
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: | philippe <kelvin.bitnick@g...> |
| Subject: | Re: [Caml-list] Asynchronous IO programming in OCaml |
Not an answer to your exact question, but there's something ressembling the reactor pattern in ocaml-nae, ocnae, which is a pattern to look at when that kind of use become prevalent. On Sun, Oct 24, 2010 at 12:34 PM, Jon Harrop <jon@ffconsultancy.com> wrote: > Is there a tutorial on using something like LWT for asynchronous programming > in OCaml? I'm looking for an example like an echo server that handles > clients concurrently without blocking threads, so it can handle thousands of > clients without significant performance degradation. > > -- > Dr Jon Harrop, Flying Frog Consultancy Ltd. > http://www.ffconsultancy.com > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs >