Event driven server that wastes CPU when threaded doesn't

Bjoern Schliessmann usenet-mail-0306.20.chr0n0ss at spamgourmet.com
Tue Oct 31 13:26:40 EST 2006


Fredrik Lundh wrote:

> by running the database queries in one or more separate threads,
> you can still serve requests that don't hit the database (either
> because they're entirely self-contained, or because they only rely
> on cached data).

Nothing that couldn't also be solved without threads. :)

Regards,


Björn

-- 
BOFH excuse #362:

Plasma conduit breach




More information about the Python-list mailing list