Subject | Re: [firebird-support] Re: Web Apps - cache lost when db disconnects |
---|---|
Author | Anderson Farias |
Post date | 2008-10-16T14:34:20Z |
Hi,
keep 1 or more active connections to the database waiting for web client
requests to come up -- and those can be reused by many web client requests.
regards,
Anderson Farias
>If I understand correctly, the reopening the dummy connection is notYes, and the best thing to do, IMHO, is to have a connection pool where you
>necessary. I can simply leave the dummy connection open indefinitely.
keep 1 or more active connections to the database waiting for web client
requests to come up -- and those can be reused by many web client requests.
regards,
Anderson Farias