[Twisted-Python] Accessing the request object from a different thread

2010-01-15 Thread Red Daly
I have an application that uses synchronous access to a MySQL database through SQLAlchemy. Unwilling to part with this synchronous access, our application uses threads to perform database I/O outside of the main Twisted thread. It would be nice to still have some access to the request object whil

Re: [Twisted-Python] Signalling twistd with SIGUSR1 to rotate also interrupts txAMQP connections

2010-01-15 Thread Lucas Taylor
On 1/13/10 1:00 PM, Anthony wrote: > We run some services that use txAMQP within twistd to connect to an AMQP > bus. > > When we send twistd a SIGUSR1 to rotate its logs, it appears our > application loses connection to the AMQP bus and needs to reconnect. > This doesn't crash the app, but means t