> May be somebody wonder what the differences between Nginx UWsig Module > and > Nginx Clojure Module when integrating JVM. > > They are quite different. Nginx Clojure Module embed JVM instance into the > Nginx Worker and they are in the same process and have the same memory > address space. > > There 's no IPC cost when using Nginx Clojure Module and even no thread > swith cost by the default way.
Are you sure about it ? i see your code transfer requests data using a pipe (that is a very good approach indeed as avoid you to introduce blocking parts in nginx) What you mean for "thread switch cost" ? -- Roberto De Ioris http://unbit.it _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
