Re: Number of connections to mysql server

2002-03-26 Thread Dicky Wahyu Purnomo
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 simult

Re: Number of connections to mysql server

2002-03-26 Thread Paul DuBois
At 22:45 -0300 3/26/02, Edilson Vasconcelos de Melo Junior 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 :( Why is that a problem? >My question is: how many simultaneous connect

Number of connections to mysql server

2002-03-26 Thread Edilson Vasconcelos de Melo Junior
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? Thank u