Re: Controling the number of database instances
Posted by: Harrison Fisk
Date: November 01, 2004 09:57AM

Hi,

There is no concept of "instances" in MySQL. Are you using Linux (I presume yes)? If so then read through my post http://forums.mysql.com/read.php?24,2918,3099#msg-3099

So there is only ever one running program, with lots of threads which each have very little overhead. So the fact you see 16, doesn't really matter, nor is there anyway to control those, since mysqld needs those threads internally.

Harrison Fisk, Trainer and Consultant
MySQL AB, www.mysql.com

Options: ReplyQuote


Subject
Written By
Posted
Re: Controling the number of database instances
November 01, 2004 09:57AM


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.