Johny wrote:
Is it possible to get a number of the http processes running on Linux
directly from Python ?

The Python core has no direct API for the job. However you can use the virtual /proc/ file system for the job. Or check out my enumprocess package. http://pypi.python.org/pypi?:action=display&name=enumprocess&version=0.1
It's far from perfect but it should do the job on Linux.

Christian

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to