in reply to Re^4: Win32 and threads;
in thread Win32 and threads;
There is (currently) a limit of 120 threads per process (on win32/5.8.4/XP/my computer/11th July 2004/SE UK etc :). This is not a hard-wired limit within perl and may vary with build.
That you are not seeing any error message suggests that your installation is not configured to report segfaults. There is an option to "Send Administrative Alert" in Control panel->System->Advanced->Startup and Recovery->Settings->System failure. At least that's where it is on XP.
That perl is not detecting the underlying problem and reporting it's own message is a bug. I have tracked down the unchecked API call and will submit a perlbug with the information.
However, if you can show me a useful application of using more than half a dozen or so simultaneous threads, I'll show you a better way :)
Update: Perlbug # 30674.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Win32 and threads;
by pbeckingham (Parson) on Jul 11, 2004 at 20:22 UTC | |
by BrowserUk (Patriarch) on Jul 11, 2004 at 23:19 UTC |