distributed queue?

Paul Rubin http
Sat Mar 10 20:35:53 EST 2007


Bjoern Schliessmann <usenet-mail-0306.20.chr0n0ss at spamgourmet.com> writes:
> (Why does everyone think that "concurrency" equals "usage of
> multiple threads"?)

Well, it doesn't necessarily, but that's easiest a lot of the time.

> Try Twisted for your networking needs. 

I should try to understand Twisted better one of these days, but it's
much more confusing than threads.  Also, the function I want to
parallelize does blocking operations (database lookups), so in Twisted
I'd have to figure out some way to do them asynchronously.



More information about the Python-list mailing list