On Nov 23, 2010, at 8:48 PM, Anthony wrote: > > On Nov 23, 9:26 pm, Jonathan Lundell <[email protected]> wrote: >>> On Nov 23, 8:10 pm, Timbo <[email protected]> wrote: >>>> Set numthreads=0 in your options.py. See if you still see this >>>> behavior. >> >>> options.py is just for running web2py as a Windows service, no? I'm >>> not running web2py as a Windows service when I observe the problem. >> >> If you're running from the command line, use --options 0. > > Do you mean use the -n command line option to set numthreads to 0, > e.g.: > > python web2py.py -a password -i 127.0.0.1 -p 8000 -n 0 > > I tried this, but in that case, I can't get 127.0.0.1:8000 to load at > all (it just hangs indefinitely).
Right, now that I look at it, there's no way to override max_threads. Maybe there should be....

