Scripting *of* Python

Aahz aahz at pythoncraft.com
Thu Jan 30 12:31:23 EST 2003


In article <b1bj7a$i9o$1 at jura.cc.ic.ac.uk>,
Phil Mayers <p.mayers at imperial.ac.uk> wrote:
>
>I've got an application (actually a framework) written in Python based on
>a medusa-like framework for asynchronously talking to thousands of remote
>services in parallel. I have been unable to equal the performance of this
>using a 1:1 or 1:N (pooled) thread model, so I need to stick with the
>async version.

Based on what you've said, I'd suggest looking into switching to
Twisted, http://www.twistedmatrix.com/products/twisted
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"Argue for your limitations, and sure enough they're yours."  --Richard Bach




More information about the Python-list mailing list