Re: [Twisted-Python] deferToThread and reactor loop

2012-11-01 Thread exarkun
On 29 Oct, 05:58 pm, tobias.oberst...@tavendo.de wrote: >Hi, > >I've got a question regarding > >deferToThread / runWithConnection > >I have a network server that accepts RPCs and forwards those to a >relational database calling stored procedures. > >The call of the stored procedures is happening

Re: [Twisted-Python] Create client in Server factory

2012-11-01 Thread Kevin Horn
On Wed, Oct 31, 2012 at 4:06 PM, Phil Mayers wrote: > On 10/31/2012 02:31 PM, Kevin Horn wrote: > >> See also: >> http://twistedmatrix.com/trac/wiki/FrequentlyAskedQuestions#HowdoImakeinputononeconnectionresultinoutputonanother >> >> That example only uses a single connection in place of your clie