RE: Can't create thread error

2003-04-01 Thread Mike William
I am now pretty sure that I have got my previous problem licked. I am posting the following additional information to the list in order to help others in the future who have the same problem and come across this thread in the list archives. Here's a really interesting experiment I just did. I

RE: Can't create thread error

2003-04-01 Thread Mike William
Hi Don, Thanks again so much for your help. Here is where things stand right now. I tried a lot of different things today, mostly to no avail, and then stumbled on an old MySQL mailing list message that suggested this problem might be related the OS limit on the number of processes a single u

RE: Can't create thread error

2003-03-31 Thread Don Read
On 31-Mar-2003 Mike William wrote: > Hi Don, > > Thanks for the suggestions. Here's what happened. > > > Your pconnects are probably sleeping too long. >> in /etc/my.cnf: >> >>[mysqld] >> set-variable = wait_timeout=10 > > I tried this, and it was a mixed bag. On the one hand, the "Can't

RE: Can't create thread error

2003-03-31 Thread Mike William
Hi Don, Thanks for the suggestions. Here's what happened. > Your pconnects are probably sleeping too long. in /etc/my.cnf: [mysqld] set-variable = wait_timeout=10 I tried this, and it was a mixed bag. On the one hand, the "Can't create thread..." error did indeed go away, and max_used_conn

RE: Can't create thread error

2003-03-31 Thread Don Read
On 31-Mar-2003 Mike William wrote: > After a routine restart of our MySQL 3.23 server today, we began getting > the following PHP error message during times of moderately high database > server load: > > Warning: MySQL Connection Failed: Can't create a new thread (errno 11). > If > you are no