RE: Handling threads

2004-07-08 Thread Lachlan Mulcahy
em.. You can read exactly what they're for here: http://dev.mysql.com/doc/mysql/en/Server_system_variables.html Hope this helps Lachlan -Original Message- From: Daniel Eliav Sharvit [mailto:[EMAIL PROTECTED] Sent: Friday, 9 July 2004 5:16 AM To: [EMAIL PROTECTED] Subject: Handling threads

Handling threads

2004-07-08 Thread Daniel Eliav Sharvit
Hi list, I'm having the following problem when I tried to connect to MySQL server through terminal mysql client it displayed "Can't create thread errno (11)" , I worked around the variables thread_stack and thread_cache_size, its initial value was 64KB for thread_stack and 20 for thread_cache_size;

RE: Handling threads

2004-04-02 Thread Mikel -
uot;'[EMAIL PROTECTED] '" <[EMAIL PROTECTED]> Subject: RE: Handling threads Date: Fri, 2 Apr 2004 10:36:22 -0600 You say you have a monitor that is logging active connections. Is this monitor reporting that all available connections are used? -Original Message- From: Mike

RE: Handling threads

2004-04-02 Thread Victor Pendleton
You say you have a monitor that is logging active connections. Is this monitor reporting that all available connections are used? -Original Message- From: Mikel - To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: 4/2/04 10:29 AM Subject: Re: Handling threads Yes I can ping my server, the

Re: Handling threads

2004-04-02 Thread Mikel -
L PROTECTED] To: "Mikel -" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: Handling threads Date: Thu, 1 Apr 2004 15:23:29 -0600 When this happens are you able to ping the MySQL server? The literal error message is "Resource temporarily unavailable" Have you looked in the

Re: Handling threads

2004-04-01 Thread Victor Pendleton
When this happens are you able to ping the MySQL server? The literal error message is "Resource temporarily unavailable" Have you looked in the hostname.err file to see if anything else is being logged? On Thu, 01 Apr 2004, Mikel - wrote: > Hi list, I'm having the following problem when I trie

Handling threads

2004-04-01 Thread Mikel -
Hi list, I'm having the following problem when I tried to connect to MySQL server through terminal mysql client it displayed "Can't create thread errno (11)" , I worked around the variables thread_stack and thread_cache_size, its initial value was 64KB for thread_stack and 20 for thread_cache_si