On Thu, Sep 3, 2009 at 5:19 PM, Brian O'Connor<[email protected]> wrote: > > I'm no twisted expert but I think you can use deferred threads to avoid > blocking
The Twisted WSGI adapter assumes the application will block and runs it in a separate thread, so you don't have to worry about blocking. It will tell Twisted when the answer is ready. -- Mike Orr <[email protected]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
