Re: Threads on FreeBSD 4.9

2004-05-04 Thread Jeremy Zawodny
On Tue, May 04, 2004 at 12:36:19PM -0700, Max Clark wrote: > > Can't create a new thread (errno 35). If you are not out of > available memory, you can consult the manual for a possible > OS-dependent bug > > I am running FreeBSD 4.9 with Mysql 4.0.18 compiled with Linux > Threads. I am running la

Threads on FreeBSD 4.9

2004-05-04 Thread Max Clark
Can't create a new thread (errno 35). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug I am running FreeBSD 4.9 with Mysql 4.0.18 compiled with Linux Threads. I am running large inbound concurrency on Postfix which is forking several processes.