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
        [EMAIL PROTECTED]

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to