From: Dan Nelson Date: November 22 2001 8:33pm Subject: Re: does each database connect cause mysqld to fork? List-Archive: http://lists.mysql.com/mysql/91978 Message-Id: <20011122203343.GB35411@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Nov 21), Bennett Haselton said: > Do you mean processes instead of threads? > > (ps lists each *process* separately, along with its process ID, but > doesn't list separate threads within each process. If mysqld handles > each new connection by calling fork(), then I think fork() creates a > new process, not a new thread.) Linux's threads implementation creates a process for each thread. -- Dan Nelson dnelson@stripped