Re: defunct mysql threads

2003-07-02 Thread Joshua Shapiro
I haven't examined the code of the client in detail, but it appears to disconnect where it should. The fact that I get a [mysqld defunct] proces even if I execute a query with the 'mysql' utility, I consider an implication of the server or the system. Am I correct in understanding that the b

Re: defunct mysql threads

2003-07-02 Thread gerald_clark
Does the client close the connection before exiting? Joshua Shapiro wrote: Hello, I am running the binary mysql 4.0.13 pclinux i686 with a linux 2.4.19 kernel. I have the problem that every time a client connects to the server and then exits, a defunct thread is left behind. Eventually the

defunct mysql threads

2003-07-01 Thread Joshua Shapiro
Hello, I am running the binary mysql 4.0.13 pclinux i686 with a linux 2.4.19 kernel. I have the problem that every time a client connects to the server and then exits, a defunct thread is left behind. Eventually the system prevents any further threads from being created. Even a simple c