[Twisted-Python] Re: [Twisted-commits] blocking is the mindkiller

Bruce Mitchener bruce at cubik.org
Sat Dec 14 22:29:32 EST 2002


Matthias Urlichs wrote:
> Hi,
> 
> Glyph Lefkowitz:
> 
>>No... *threading* is the mindkiller.
>>
> 
> Sometimes you can't work well without it. Database accesses are one common
> example; so are file accesses across a network.

Postgres (and likely other DBs) support an asynchronous interface.  You 
don't *really* need threads to do database access as DB client.

  - Bruce





More information about the Twisted-Python mailing list