How many processes can Windows support at the same time? This question is nothing to do with parellel processing of any sort. Processes can be running, waiting in the queue, sleeping etc,

link|improve this question
feedback

1 Answer

up vote 10 down vote accepted

There is an article: Pushing the Limits of Windows: Processes and Threads written by Mark Russinovich that explains everything relating to the maximum number of processes you can run in Windows. It's quite a fascinating read if you're actually interested in learning about the inner workings of Windows.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.