he manual suggests running a background process using: "python web2py.py -S app -M -N -R applications/app/private/ myscript.py -A a b c".
How does one initiate this from within a web2py controller? And is it possible to initiate a process within the same web2py instance - otherwise wouldn't it be resource intensive to launch a separate web2py instance for each request?