5 ms·
This just makes me reconsider spending any time with it at this point.
by photex 12y ago
This just makes me reconsider spending any time with it at this point.
- edwintorok 12y agoOn the other hand there are quite good event-driven / monadic concurrency libraries: http://ocsigen.org/lwt/manual/ http://ocsigen.org/lwt/manual/ http://projects.camlcity.org/projects/dl/ocamlnet-3.7.4/doc/html-main/Equeue_intro.html http://projects.camlcity.org/projects/dl/ocamlnet-3.7.4/doc/... https://blogs.janestreet.com/announcing-async/ https://blogs.janestreet.com/announcing-async/ For example you can use them to write HTTP services/clients that scale to lots of concurrent connections without blocking, and the code you write is not that much different from the one you'd write in direct-style.