"Randy Paries" <[EMAIL PROTECTED]> wrote:
> Hello
> 
> I have a number of servers.
> 
> I have one running RH7.3 with mysql-3.23.56-1.73
> one running RH9 with mysql-3.23.58-1.9
> 
> My question is when i do a ps -ef
> 
> on RH7.3 a get a number of /usr/libexec/mysqld
> on RH9 i only get one.
> 
> can someone please explain why. does RH9 display thread differently?
> 

MySQL server is a single multithreaded process.

On Red Hat 7.3 ps shows threads as processes. On Red Hat 9 you can see threads with -m 
option of ps.



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to