On Tue, 26 Mar 2002 22:45:18 -0300
"Edilson Vasconcelos de Melo Junior" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I have a client BD application that access a remote MYSQL server and its job
> is 4-7hours long and it should be connected to the server all this time :(
> My question is: how many simultaneous connections the mysql server can
> handle? And what does happen when this limit is overstepped?
> 

it depends on your Operating System (kernel), and also your my.cnf ... but the most 
important is the kernel.

if it's overlimit, so the server (OS) can't handle or reject new connections. some OS 
become "panic" when it happens.

-- 
Avoid the Gates of Hell.  Use Linux
        -- unknown source

---------------------------------------------------------------------
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