Re: Threads > 1024 & statically linking against linuxthreads library

2004-11-24 Thread Gleb Paharenko
Hello. Have you tried official binaries? "Willem Roos" <[EMAIL PROTECTED]> wrote: > > Hi list, > > We have apps that try to open > 700 simultaneous connections to our > 4.0.20-max mysql server running on RH7 (Linux kernel 2.4.20). We get > many 'Can't create a new thread (errno 11)'

Threads > 1024 & statically linking against linuxthreads library

2004-11-23 Thread Willem Roos
Hi list, We have apps that try to open > 700 simultaneous connections to our 4.0.20-max mysql server running on RH7 (Linux kernel 2.4.20). We get many 'Can't create a new thread (errno 11)' errors returned by mysql_real_connect(). I'm trying to follow the directions given in the Linux Source Dis