Error creating thread

H. S. Teoh hsteoh at quickfur.ath.cx
Fri Jan 13 11:52:00 PST 2012


On Fri, Jan 13, 2012 at 08:42:51PM +0100, exec wrote:
> I'm currently fiddling around with some stuff, and I was curious how
> well thousands of threads run simultaneously.
> The problem now is, that I'm often running into the following
> exception:
> core.thread.ThreadException at src\core\thread.d(817): Error creating
> thread
> 
> Here's my test program:
> http://pastie.org/private/qqkvbxxkkn7mw9gapqwkg
> 
> It only seems to happen with >1000 threads, and I'm seriously
> wondering what's the cause of this.
[...]

There may be a system-defined limit on the number of threads permitted
per process.


--T


More information about the Digitalmars-d-learn mailing list