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
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