Hello Tonu Samuel <[EMAIL PROTECTED]>,

In my Debian woody, I found relative definition in 
/usr/include/bits/local_lim.h

/* The number of threads per process.  */
#define _POSIX_THREAD_THREADS_MAX       64
/* This is the value this implementation supports.  */
#define PTHREAD_THREADS_MAX     1024


I think I have to modify this file to raise the number of max threads,
however, what shoudl I do after modifying this file? Should I recompile
the Linux kernel?







On Thu, 13 Jun 2002 08:55:35 +0200 (EET)
Tonu Samuel <[EMAIL PROTECTED]> wrote:

> 
> 
> On Thu, 13 Jun 2002, Patrick Hsieh wrote:
> 
> > Hello,
> >
> > I want to raise the max connections in mysql. Due to the linux limix
> > thread limitation, I can only increase the number to around 1024. How
> > can I break the limitation?
> 
> This is topic of glibc (assuming you are using kernel 2.4 at least). Look
> into links (I found them with Google right now):
> 
> http://www.volano.com/linuxnotes.html
> http://www.mysqldeveloper.com/4.x-bk_tree/Docs/glibc-2.2.5.patch
> 
>   Tonu
> 
> 
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

-- 
Patrick Hsieh <[EMAIL PROTECTED]>
GPG public key http://pahud.net/pubkeys/pahudatpahud.gpg


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to