Re: Pipe limit?
Posted by
Holger Kleinsorgen on
Jun 25, 2015; 8:07am
URL: https://forum.world.st/Pipe-limit-tp4833927p4833996.html
Thanks, Steve, that solved my problem. Each forked process has two pipes (stdout + sterr), so I hit the 32 threads limit.
Steven Kelly wrote
See DLLandCConnectGuide 5-15 Thread Limit and Low Tide:
"THAPI provides a hard limit on the maximum number of threads that can be
created and a low-tide limit on the number of quiescent threads. When the
Object Engine starts up, it initializes both the upper and lower thread
limits to 32."
The subsequent paragraphs have the details and show what can be changed and
how.