For the benefit of future searchers (and myself), would either of you mind posting a link to specific place in the docs you are talking about?
Kevin Horn
What kind of work are you queuing? If it's e.g. fetching a web page, you
can just use do it using Twisted's scalable asynchronous APIs (maybe
using a DeferredSemaphore if you want to limit number of conccurent
queries.) If it's a blocking API you're calling (RDBMS queries are the
typical example) then Twisted has a thread pool, as well as
RDBMS-specific wrapper - see our documentation.Thanks very much. Found and read.
_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python