RE: Handling threads

2004-07-08 Thread Lachlan Mulcahy
Daniel, I have a few things that you might want to check (in order of most likely): 1. What is the maximum number of file descriptors set? If this is too low you will be running into problems. Here is a paste from the MySQL manual that is very helpful: For more information you can read the full m

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