Subject optimizing embedded server
Author Todd Fisher
Hi,
I'm writing an application that embeds firebird using it for a
application database. Following the embedding howto for win32
basically, this just means copying the fbembed.dll to fbclient.dll

I'm noticing that my application hits the file system a lot and am
wondering if there is a setting to force the database to keep more of
it's data in memory, reducing the disk i/o.

thanks,

Todd