it can be done but what problem are you trying to solve? there are lots counterindications. For start you introduce a serious DoS vulnerability.
queue your tasks in a database table and have a background process deal with them. On May 9, 3:58 pm, frasse <frass...@gmail.com> wrote: > Hi > Do you guys know what is really happening if I use multiprocessing > code in side controller.http://docs.python.org/library/multiprocessing.html > > I plan to install the application finally in web2py with wsgi - > apache . What type of risk I am taking? It is really giving me a > headache to try to understand this combination. > > Thanx > Frasse