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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to