MySQL Forums
Forum List  »  Performance

Re: Single-Threaded operation of 4.1.5 compiled with Intel compiler
Posted by: Aleksey Kishkin
Date: October 13, 2004 10:39PM

Hi! Actually number of mysqld processes depends on thread library that was linked to mysql server.
The old one (linuxthreads) leads to ps shows many instances of mysql . With new lib (NPTL) you see only one mysqld in processlist.

If you need to be sure that your mysql server can handle several simultaneous connections, you can easily to check it - just connect to mysql server from several consoles (and for instance try SHOW PROCESSLIST command. You'll see list of threads)

Best regards,
Aleksey Kishkin

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Single-Threaded operation of 4.1.5 compiled with Intel compiler
2584
October 13, 2004 10:39PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.