Hi reberto,
Nginx Clojure Module V0.2.0 provides three choices for handling blocked I/O
with Java/Clojure Now.
(1) Coroutine based Socket
It's Non-blocking Java Socket API Compatible and work well with largely
existing java library such as apache http client, mysql jdbc drivers etc.
non-blocking, cheap, fast and let one java main thread be able to handle
thousands of connections.
(2) Asynchronous Socket
(3) Thread Pool
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,246437,249651#msg-249651
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx