Re: [PHP] Opening/closing a DB

2001-03-16 Thread Brett Bandy
With InterBase using persistent connections will save a lot of time. However, you need to be extra careful with how you manage transactions. InterBase uses a versioning engine for transaction management and you can easily screw up the system performance if you don't manage your transactions corre

Re: [PHP] Opening/closing a DB

2001-03-10 Thread Daniel Grace
On Saturday, March 10, 2001 at 7:03 AM, Todd Cary <[EMAIL PROTECTED]> wrote: > I have some questions about PHP and it's interaction with a DB (namely, > Interbase). My client's application uses a DB extensively and I am not > clear about opening and closing a DB - the price one pays. > > First,

[PHP] Opening/closing a DB

2001-03-10 Thread Todd Cary
I have some questions about PHP and it's interaction with a DB (namely, Interbase). My client's application uses a DB extensively and I am not clear about opening and closing a DB - the price one pays. First, I notice that the approximate time to open a connection to my DB on my test system is