[Twisted-Python] Fast RPC
Itamar Shtull-Trauring
itamar at itamarst.org
Wed Jul 6 09:51:37 MDT 2005
On Tue, 2005-07-05 at 23:17 -0400, William Waites wrote:
> > reactor.run(installSignalHandlers=False) may fix that.
>
> Hmmm. I tried that, but then the reactor stalls. No
> reactor.callLater's actually seem to get called...
That's how it's supposed to work: reactor.run() doesn't exit until you
stop the reactor. You need to setup scheduled calls before running the
reactor.
More information about the Twisted-Python
mailing list