Re: Nginx-Clojure Let You Deploy Clojure Web App on Nginx Without Any Java Web Server

2014-01-14 Thread Roberto De Ioris
already said your project is cool, but you should focus not on performance but on better integration with the nginx api for writing non-blocking apps (if possible), something at uWSGI unfortunately failed (the JVM has no support for switching stacks out of the box, something that is required for async

status update on uWSGI + Ring

2013-03-29 Thread Roberto De Ioris
/latest/JVM.html to understand some of the internals and the available features. -- Roberto De Ioris http://unbit.it -- -- 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

Re: [ANN] uWSGI support for ring (early stage)

2013-03-08 Thread Roberto De Ioris
y rpc, signals and a couple of random functions are exposed. (I think caching will be the next area of interest) -- Roberto De Ioris http://unbit.it -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to cloj