Adam, thanks for the quick answer. On Sep 11, 9:29 pm, Adam Atlas <[EMAIL PROTECTED]> wrote: > I think that's an unresolved issue in the Python world. See also > <http://svn.python.org/projects/python/branches/bcannon-sandboxing/>.
What's the connection here? > How are you deploying it? If you're using something that works by > spawning external interpreter processes (FastCGI, mod_wsgi, etc.), > you could get an estimate by letting it open up a typical number of > processes and then using `ps` to check their memory usage. I'm using FastCGI on Apache right now. ps just gives me this: $ ps PID TTY TIME CMD 1181 pts/0 00:00:00 bash 2725 pts/0 00:00:00 ps I dont know much about how FastCGI works. Will it use so much memory for each connection? Know anywhere I can learn the basics for technologies like FastCGI. I may just need to start at the begining to figure this stuff out. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
