[Web-SIG] Nodejs cluster

est electronixtar at gmail.com
Mon Mar 17 01:53:55 CET 2014


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
have multiprocessing module but it's often recommended to use
zeromq/rabbitmq/pyro/billiard. We really need more than these scaffolds in
Python world. Something like interchangeable async worker interface (to
replace WSGI).

What do you guys think?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/web-sig/attachments/20140317/d11f8923/attachment.html>


More information about the Web-SIG mailing list