Re: glibc & thread_stack

2005-01-18 Thread Wouter de Jong
On Mon, Nov 29, 2004 at 11:50:20AM -0700, Sasha Pachev wrote: Hi, > >Hello, > > > >For a few servers with > 1000 concurrent connections, > >I've compiled glibc 2.3.3 with a patched STACK_SIZE in > >linuxthreads/descr.h : > > > >#ifndef STACK_SIZE > >#define STACK_SIZE (128 * 1024) > >#endif > >

Re: glibc & thread_stack

2004-11-29 Thread Sasha Pachev
Wouter de Jong wrote: Hello, For a few servers with > 1000 concurrent connections, I've compiled glibc 2.3.3 with a patched STACK_SIZE in linuxthreads/descr.h : #ifndef STACK_SIZE #define STACK_SIZE (128 * 1024) #endif instead of #define STACK_SIZE (2 * 1024 * 1024) This by the hints on the Doc

glibc & thread_stack

2004-11-25 Thread Wouter de Jong
Hello, For a few servers with > 1000 concurrent connections, I've compiled glibc 2.3.3 with a patched STACK_SIZE in linuxthreads/descr.h : #ifndef STACK_SIZE #define STACK_SIZE (128 * 1024) #endif instead of #define STACK_SIZE (2 * 1024 * 1024) This by the hints on the Documentation @ mysql.