On Mar 1, 2011, at 12:07 PM, pbreit wrote: > I know there was a recent discussion about quitting web2py.app apparently not > killing python processes. I'm noticing the problem can be worsened by > background processes which my Activity Monitor is showing the creation of > neverending python processes. > > I guess the best case would be that quitting web2py kills processes? What's > the best way to kill them? I presume there is a command line method?
It's a little tricky. You can try 'killall python' (or whatever your python name is), if you're sure that your only python processes are running web2py.

