Subject RE: [firebird-support] optimizing embedded server
Author Alan McDonald
> 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
Don't forget that in the embedded environment, application freeze-ups may
have nasty effects on the actions of dynamically loaded DLLs which is what
the embedded is.
ALan