Re: [Web-SIG] Nodejs cluster

2014-03-18 Thread anatoly techtonik
On Tue, Mar 18, 2014 at 5:16 AM, est electronix...@gmail.com wrote: IPython.parallel http://ipython.org/ipython-doc/stable/install/install.html#dependencies-for-ipython-parallel-parallel-computing It's based on ZeroMQ(PyZMQ), and the `ssh` command. I don't think that's lightweigh enough

Re: [Web-SIG] Nodejs cluster

2014-03-18 Thread est
is that client is limited to send operations only and requests to HTTP(S) protocol only. Is that true? All other parts of the system can communicate with whatever protocols they like. Yes! Every incoming requests are HTTP. There also need to be a long running process to hold all the fd pools

Re: [Web-SIG] Nodejs cluster

2014-03-18 Thread exarkun
From: est electronix...@gmail.com Thank you guys for all the info. Twisted Web is cool, but there's it's not as interchangeable as WSGI. Twisted Web includes a WSGI container. You can run any WSGI application in it. Jean-Paul ___ Web-SIG mailing