Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

On the other hand there are quite good event-driven / monadic concurrency libraries:

http://ocsigen.org/lwt/manual/ http://projects.camlcity.org/projects/dl/ocamlnet-3.7.4/doc/... 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.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: