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