Re: [Web-SIG] Nodejs cluster

2014-03-17 Thread est
Thank you guys for all the info. Twisted Web is cool, but there's it's not as interchangeable as WSGI. You can use whatever framework django/flask/webpy/bottle you like and plug it in as long as it's PEP-333 compatible. Not so much for Twisted and Tornado's own ioloop engine. IPython.parallel ht

Re: [Web-SIG] Nodejs cluster

2014-03-17 Thread anatoly techtonik
On Mon, Mar 17, 2014 at 3:53 AM, est wrote: > The best we've got is something like Celery, or Telegraphy for Django Does IPython suits pattern better? http://ipython.org/ipython-doc/stable/parallel/parallel_intro.html > What do you guys think? I think not to reinvent the bicycle. Use PythonJS +

Re: [Web-SIG] Nodejs cluster

2014-03-17 Thread exarkun
From: est Recently I've been playing with Nodejs and websockets, looks like their community has advanced far ahead of us. For example http://nodejs.org/api/cluster.html The best we've got is something like Celery, or Telegraphy for Django, We The example I gave for Twisted Web on https://s