Hello,
Even though they look like processes they are actually threads. You can see for yourself with:
ps -em fm |grep kernel
The Linux thread implementation displays all threads as processes (with pids).
Cheers, JLS
+-------------------------------------------------------------------------+
Liked my post? Then you're sure to love my book on MaxDB. You can signup to be notified when my book is available at: http://www.johnsingleton.com/maxdb/signup.html And you can read my semi-regular column on MaxDB at: http://www.johnsingleton.com/maxdb/ +-------------------------------------------------------------------------+
[EMAIL PROTECTED] wrote:
How to reduce the number of process running on Linux.
Now i have four databases running on SuSE 9.1 but the number of process of MaxDB is over 500
Help !!!
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
