Hello.


> 1. is this value for one database or for overall mysql connections?



This values is for overall mysql connections.



> 2. i'm unable to generate 100 connections, i don't have 100 workstations yet,

>    how do i test it?



You may write a perl script, for example.



> 3. what will happen if the connection exceed 100 connection?

>     (does mysql crash or display database unavailable error message

> or it just queued the connection requests)



Usually you'll get a Too many connections error when you try to connect to the 

mysqld server. See:

  http://dev.mysql.com/doc/mysql/en/too-many-connections.html





> 4. how should i measure the cache and ram needed for the value of connections?



Some helpful hints you may find at:

 http://dev.mysql.com/doc/mysql/en/table-cache.html

 

 



 

Chenri <[EMAIL PROTECTED]> wrote:

> my my.ini contain 

> max_connections=100

> 

> this mean that simultaneous connection available is 100 connections,

> my questions are:

> 1. is this value for one database or for overall mysql connections?

> 2. i'm unable to generate 100 connections, i don't have 100 workstations yet, 
>  

>    how do i test it?

> 3. what will happen if the connection exceed 100 connection?  

>     (does mysql crash or display database unavailable error message

> or it just queued the connection requests)

> 4. how should i measure the cache and ram needed for the value of connections?

> 

> 

> thanx

> 

> 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to