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?
_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
https://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to