workers are external processes that have nothing in common with the "web-serving process", otherwise a simple ajax call would do the trick. workers needs to be started as ADDITIONAL processes, with the cmdline
web2py.py -K appname If in need of multiple processes, start them with web2py.py -K appname,appname etc. On Thursday, September 10, 2015 at 4:56:53 AM UTC+2, Phillip wrote: > > It appears that no workers are being started with my queuing the tasks in > this manner. If they can't be started in the controller or if they were > expected to be started with the above code, please let me know. > > Otherwise, sincere thanks for all of your support with Web2py > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

