yes. I think, not not sure, that the wsgi web server is recycling the threads after they are started that is why they may exist even if not used.
On Aug 13, 3:21 pm, Yarko Tymciurak <[email protected]> wrote: > By default, "numthreads" is 10 - add cron, and main and that gives 12... > > If you are not worried about number of requests, just running locally you > can run without cron and with just one thread (--no-cron --numthreads=1); > > You can see all the command line options with > > python web2py.py -h > > or > web2py.exe -h > > On Thu, Aug 13, 2009 at 2:44 PM, Fran <[email protected]> wrote: > > > On Aug 13, 5:51 pm, Greg <[email protected]> wrote: > > > After running a web2py app for several minutes on my local machine, I > > > noted that 13 python.exe processes have been started in Windows > > > consuming about 90MB. Is that to be expected? > > > I don't see this. > > Do you have any cron tasks defined? > > > F --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

