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
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 +
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