in reply to Re^2: Perl threads to open 200 http connections
in thread Perl threads to open 200 http connections
The problem is the way wait is emulated. It uses a windows API that has a limit of 64 semaphores. Hence you cannot start another process until one of the existing 63 has completed.
|
|---|