RE: number of connections

2005-01-21 Thread Tom Horstmann
Hi Marcelo, > Hi I was wondering if there is a way to give the a number of > connections that I want simultaniusly to the database, supose > I only want that 8 computers to access the database at the same time try "max_connections" to limit the connections the server allows. http://dev.mysql.c

Re: Number of connections to a database

2004-11-29 Thread Jon Stephens
Date: Mon, 29 Nov 2004 14:03:32 +0100 To: [EMAIL PROTECTED] From: Philippe de Rochambeau <[EMAIL PROTECTED]> Subject: Number of connections to a database Message-Id: <[EMAIL PROTECTED]> Hello, is there any way to tell the number of simultaneous connections to a mysql database at a given time, usin

Re: Number of connections to a database

2004-11-29 Thread Wolfram Kraus
Philippe de Rochambeau wrote: Hello, is there any way to tell the number of simultaneous connections to a mysql database at a given time, using SQL or a scripting language such as php, perl, etc. ? Many thanks. Philippe show status is your friend: show status like "Connections" HTH, Wolfram --

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

Re: number of connections keeps increasing

2001-11-25 Thread TAKAHASHI, Tomohiro
Hi, How do you get JDBC Connection, named 'conn'? It is from Driver Manger or Connection Pooling Utility? Is 'conn' variable auto variable of method or instance variable of JSP? Generally, JSP is called from multiple threads. Do you lock 'conn' variable by synchronization? I sugges

Re: number of connections keeps increasing

2001-11-25 Thread yilmaz
dvance best regards :) - Original Message - From: "TAKAHASHI, Tomohiro" <[EMAIL PROTECTED]> To: "yilmaz" <[EMAIL PROTECTED]> Sent: Sunday, November 25, 2001 8:02 PM Subject: Re: number of connections keeps increasing > > I want to know environment ab