On Tue, Apr 13, 2010 at 1:20 PM, Todd Lipcon <t...@cloudera.com> wrote:
>
> The big downside I see with Django and other WSGI based frameworks is that
> it becomes difficult to run "background threads" in a clean way.


This can be handled by using Eventlet or GEvent.  See the gevent webchat
demo, for example, to see how it can be done cleanly:
http://bitbucket.org/denis/gevent/src/tip/examples/webchat/

Thanks,
Eric Florenzano

Reply via email to