[Stackless] Stackless WSGI server
Arnar Birgisson
arnarbi at gmail.com
Wed Aug 22 14:48:18 CEST 2007
On 8/22/07, Seun Osewa <seun.osewa at gmail.com> wrote:
> Isn't a stackless WSGI server useless without non-blocking database
> drivers (MySQL specifically)?
Yes, naturally. Any blocking operation will block the whole server
(unless you dispatch it to a thread or similar).
Arnar
_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://stackless.com/cgi-bin/mailman/listinfo/stackless
More information about the Stackless
mailing list