At 14:53 -0400 8/2/02, Mihail Manolov wrote:
>Thanks Paul,
>
>I am confused with these two variables in the server status:
>
>Connections: 114577
>Threads_created: 12759
>
>Could you explain the difference between these two variables?

Threads get reused.  When you disconnect, the thread that the server
used to service your connection goes back in the pool.

>
>"Connections" should be the number of connection attemplts to the MySQL
>server. Does this counts slave connections? Cause they are usually permanent
>connections.
>
>"Threads_created" - Number of threads created to handle connections.
>
>Thank you very much!
>
>Mihail



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to