Maintaining Database connections

2002-05-18 Thread SB Lim
We are using VB6 to access the MYSQL, while we use ADO OCX to connect to the database, we are able control the timeout, but using connection string, we are unable to . As our current applications perform minimum of one update/addnew per second and sometime, even more. There are at least 10 appli

Database connections

2002-02-04 Thread ozette brown
>From time to time I seem to see error messages in my database.err log file for MySQL. 020130 11:19:10 Aborted connection 40437 to db: 'xyz' user: 'abc' host: `localhost' (Got an error reading communication packets) I've been reading about the Morning Bug and here's what I extracted about it:

Re: [PHP] Database Connections - permanent or something else?

2001-01-16 Thread Steve Ruby
t; > mOrP > > > -Original Message- > > From: Ignacio Vazquez-Abrams [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, January 16, 2001 6:17 PM > > To: Sam > > Cc: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' > > Subject: Re: [PHP] Databas

RE: [PHP] Database Connections - permanent or something else?

2001-01-16 Thread mOrP
s [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 16, 2001 6:17 PM > To: Sam > Cc: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' > Subject: Re: [PHP] Database Connections - permanent or something else? > > > On Tue, 16 Jan 2001, Sam wrote: > > > Hi,

Re: [PHP] Database Connections - permanent or something else?

2001-01-16 Thread Ignacio Vazquez-Abrams
On Tue, 16 Jan 2001, Sam wrote: > Hi, > > I have several web pages that are built with php and mySQL. > I use a new connection for each script. > Should I be using a permanent connection? Or is there a better way around > this? > > Regards, > Sam Rose > Persistent connections are more efficient

Database Connections - permanent or something else?

2001-01-16 Thread Sam
Hi, I have several web pages that are built with php and mySQL. I use a new connection for each script. Should I be using a permanent connection? Or is there a better way around this? Regards, Sam Rose - Before posting, pleas