On Sun, Nov 29, 2009 at 10:45:26AM -0800, Daniel Burrows <[email protected]> was heard to say: > On Sun, Nov 29, 2009 at 04:28:10PM +0100, Julien Cristau > <[email protected]> was heard to say: > > On Sun, Nov 29, 2009 at 16:21:08 +0100, Julien Cristau wrote: > > See e.g. bug#554218, which also corresponds to EAGAIN returned by > > pthread_create. > > So apparently hppa has trouble running thread stress tests, even for > as few as 1,000 threads? And the only thing the Perl team could do was
For 1,000, substitute "50" -- I swapped the constants when I was reading them. There are 50 threads that each count to 1,000. That's a little worrying; it's low enough that real code could conceivably bump its head on the limit (especially if the real limit is more like 30 or 40). I'll implement the workaround anyway, though. Daniel -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

