Nginx-Clojure is a Nginx <http://nginx.org/> module for embedding Clojure 
or Java programs, typically those 
Ring<https://github.com/ring-clojure/ring/blob/master/SPEC> based 
handlers.
The release v0.2.1 has these new features:

   1. Support to close coroutine based socket from non-main thread (issue 
   #19)
   2. Auto generated waving class configurations about Proxy 
   InvocationHandler instance (issue #17 )
   3. Support auto turn on thread pool mode when turning on Run Tool Mode 
   feature (issue #16 )
   4. Fix bug of reading from coroutine based socket inputstream returns 0 
   when eof, should return -1 (issue #15)
   5. Handle multiple sockets parallel in sub coroutines, e.g. we can 
   invoke two remote services at the same time feature (issue #14)
   6. Support nginx rewrite handler to set var before proxy pass (issue #3)
   
More detail please check the Nginx-Clojure github site :

https://github.com/nginx-clojure/nginx-clojure/blob/master/README.md



-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to