[Twisted-Python] Something like a ThreadPool

kevin beckford kevin at lazyweb.ca
Wed Jun 18 09:04:47 EDT 2008


>
>
>
> 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 at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>



-- 
Kevin Beckford
Technical Lead,
Lazyweb Construction Company,
http://lazyweb.ca
kevin at lazyweb.ca
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-python/attachments/20080618/1b8bf199/attachment.htm 


More information about the Twisted-Python mailing list