Click to See Complete Forum and Search --> : Counting processes


Laves
February 24th, 2006, 06:10 AM
I appreciate very much your hints of how I can count the number of processes running under linux and windows.

Thanks

Mike Harnad
February 24th, 2006, 08:42 AM
For Windows, you can use EnumProcesses().

golanshahar
February 24th, 2006, 01:58 PM
Enumerating All Processes (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/perfmon/base/enumerating_all_processes.asp)

Cheers

jayender.vs
February 24th, 2006, 10:44 PM
Check this: the case of Processes enumeration (http://www.codeproject.com/threads/processapi.asp) , can give u some idea.. !!