Re: [ANN] Nginx-Clojure v0.2.2 released

2014-06-11 Thread Toni Helenius
It does look really cool. What i was wondering about was Datomic's caching of data to peer application process, and limited peers. Maybe slacker could be used to have datomic in a separate process. On Tuesday, June 3, 2014 6:52:50 PM UTC+3, Xfeep Zhang wrote: > > The multiprocess from nginx is q

Re: [ANN] Nginx-Clojure v0.2.2 released

2014-06-03 Thread Xfeep Zhang
Further more if you use Encrypted Cookie store Or Remote Session Store to manage your state, your http service will become more lightweight and can be easily expanded horizontally, e.g. you can add more computers to host nginx-clojure to run your http service and let one computer with nginx or LV

Re: [ANN] Nginx-Clojure v0.2.2 released

2014-06-03 Thread Xfeep Zhang
The multiprocess from nginx is quite different with some old server implementations. Within nginx one process can handle thousands of connections at the same time. But some old server implementations are one process per request. If your http service is stateless, multiprocess or single process is

Re: [ANN] Nginx-Clojure v0.2.2 released

2014-06-02 Thread Toni Helenius
Out of interest, how do people use these multiprocess server thingies like nginx-clojure or vert.x with datomic? On Saturday, May 31, 2014 7:57:54 PM UTC+3, Xfeep Zhang wrote: > > Nginx-Clojure is a Nginx module for embedding Clojure > or Java programs, typically those Ring