Re: Linux vs. Sun and getting Linux to behave like Sun

2001-12-06 Thread Sergei Golubchik
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

Re: Linux vs. Sun and getting Linux to behave like Sun

2001-12-06 Thread tc lewis
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:

RE: Linux vs. Sun and getting Linux to behave like Sun

2001-12-06 Thread nickg
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