in reply to Win32 limit to number of calls to system()?
There is a per process OS limit on the number of filehandles ... see FileCache/_setmaxstdio
It might also be a per-process-group limit
Use http://live.sysinternals.com/handle.exe or http://live.sysinternals.com/procexp.exe to examine the process details and open handles before hitting 64 and after
Maybe the program doesn't die, and keeps a lock open to some config file or something, thus blocking subsequent ones ...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Win32 limit to number of calls to system()?
by Limbic~Region (Chancellor) on Sep 12, 2011 at 15:38 UTC |