2010/8/24 pierreth <[email protected]>: > Yes but a web2py server is running with only one process and using > more web2py processes for serving the same web2py app will lead to > synchronization problems. With processors having more and more cores, > having a web server that cannot use them is not very fun. It is an > issue to be solved with Python 3.2 I think. >
the GIL is still in place, maybe faster but still serializing... http://docs.python.org/dev/whatsnew/3.2.html#multi-threading

