[Twisted-Python] async->sync

Phil Mayers p.mayers at imperial.ac.uk
Mon Sep 26 03:48:49 EDT 2011


On 23/09/11 20:33, gary jefferson wrote:

> So, am I missing some other more elegant solution? Is there really no
> way to turn async, deferred-returning twisted code into synchronous
> result-returning code, via clever use of wrappers etc?

Run the reactor in another thread, or another process and communicate 
via IPC.



More information about the Twisted-Python mailing list