Hi!
On Dec 06, Peter M. Perchansky wrote:
> Greetings everyone:
>
> I've noticed that when mySQL runs on Sun Solaris (6, 7, and 8) there will
> be two processes running (safe_mysqld and mysqld).
>
> And this number of processes running will very rarely change, if at all,
> without concern ove
they're both behaving similarly, it's just that linux's implementation and
display of threads is different than solaris'. the same correlation of
threads for connections is there on solaris, you just won't see it on a
"ps" command's output.
-tcl.
On Thu, 6 Dec 2001, Peter M. Perchansky wrote:
Linux creates each new thread as a whole new process ID, where as Solaris
creates each new thread within the same process ID. If you ps -aefL | fgrep
mysql (on your Solaris box) you will see the individual threads.
I've found MySQL is extremely faster in Linux compared to Solaris..so I
wouldn't