2010/8/24 mdipierro <[email protected]>: > P.S. In the end the bottle neck is ALWAYS database access. true! many driver implementations do not release the GIL properly on a blocking call. Anyway a well designed db would avoid the problem entirely.
Do you know if anyone tried web2py on pypy [http://pypy.org] ?

