I have this problem that I think is related to threading and web2py.
I have an apache2 standard setup with web2py.

One of the function (in controller) is computing intensive, taking up
to 10+ seconds to execute.   When this function is called (i.e.
http://domain/app/func), the app is locked up.  Other functions can
not be run until this function is done.

I remember the book mentions the default web2py config is supposed to
have up to 15 threads.  So, this behavior shouldn't happen right?

Any help is appreciated.

Reply via email to