Subject Re: [firebird-support] Re: Web Apps - cache lost when db disconnects
Author Anderson Farias
Hi,

>If I understand correctly, the reopening the dummy connection is not
>necessary. I can simply leave the dummy connection open indefinitely.

Yes, and the best thing to do, IMHO, is to have a connection pool where you
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