write a normal python program using multiprocessing... within each process do
from gluon.shell import env
globals().update(env('appname',import_models=True))
and now you have your own db, request, response, etc.
I did not try it but it should work fine.
There may be a path issue since this expects to find applications in
ther current working folder.
Massimo
On May 23, 9:47 pm, pbreit <[email protected]> wrote:
> Use the multiprocessing library (to implement background processes).

