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.