What is the maximum number of processes can be launched from an windows
executable ? ( using Create process ), does any one has an idea ?
Printable View
What is the maximum number of processes can be launched from an windows
executable ? ( using Create process ), does any one has an idea ?
I think you can carry on calling CreateProcess until the system resources are exhausted (which doesn't happen too often).