Re: Twisted ProcessProtocol and Nevow
[email protected] Tue, 18 Apr 2006 13:20:40 -0400
| Newsgroups | gmane.comp.python.quotient.dev |
|---|---|
| Message-ID | <20060418172040.22481.1980446143.divmod.quotient.14709@ohm> |
On Tue, 18 Apr 2006 10:18:12 -0700, Chris Hoge <[email protected]> wrote: >I've been refactoring my application with Nevow; it makes the handling of >child resources very clean and easy, but I'm not sure how to access the >functionality of spawnProcess within the nevow appserver framework. What am >I missing? Can anyone point me in the right direction (even just showing me >how to get at the Twisted reactor, if it's running in the Nevow framework, >would be great). "from twisted.internet import reactor" Cheers, -glyph