[Twisted-Python] module interface checking tool

Glyph Lefkowitz glyph at divmod.com
Tue Aug 10 07:32:38 MDT 2004


On Tue, 2004-08-10 at 01:16, Dave Peticolas wrote:

> On further thought, I'm not so sure about this. I have a real
> application that is managing multiple connection pools. If
> every connection pool is sharing the same threadpool, how
> can I prevent one connection pool from starving the others,
> as well as non-adbapi tasks?

You can easily limit how many outstanding operations can be pending from
any given pool.  Like I said in a previous email, virtual task !=
physical thread.  I'll write some example code later today.





More information about the Twisted-Python mailing list