Subject Re: [firebird-support] Caching retention using a persistent dummy database connection?
Author Ann W. Harrison
jeff_j_dunlap wrote:
>
> I am designing a web application (currently in it's infancy stage)
> using superserver and I would like to know how I can keep a database
> cached for as long as possible.
>
> On this newsgroup, I read a post by Ann Harrison suggesting that the
> way to retain cache is to keep an open connection to the database

If the dumb connection is read-only, read-committed, it won't block
garbage collection.


Regards,


Ann