On Nov 23, 9:26 pm, Jonathan Lundell <jlund...@pobox.com> wrote: > > On Nov 23, 8:10 pm, Timbo <tfarr...@owassobible.org> 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). Anthony