The web application should not run expensive tasks like simulations. It should queue them and execute them in background. We are working a new scheduler that will make this easier. There is no way for web2py to control priority of threads. In fact there is no way to prioritize threads.
massimo On Aug 31, 6:33 am, Henri Heinonen <[email protected]> wrote: > Hi! > > Is it possible to set priorities for web2py applications? > > I am running a web2py server with some simulation applications. When I > run them, the welcome application works very sluggishly so it seems to > a visitor of my web2py server that the server (or at least the welcome > page section) is down. I would like to set the priority of the welcome > application as high as possible.

