Subject | Re: Fw: [ib-support] Disconnecting takes very long |
---|---|
Author | guido.klapperich@t-online.de |
Post date | 2002-02-23T01:17:37Z |
I have just done a short test, but it seems, that this is the solution.
Thanks Artur
Guido
Artur Anjos wrote:
Thanks Artur
Guido
Artur Anjos wrote:
> This may help you
>
> ( little bit from http://www.ibphoenix.com/ibp_db_corr.html )
>
> The InterBase Server has two write modes (forced writes), synchronous and
> asynchronous. Pre InterBase V6.0 the default write mode was synchronous:
>
> gfix -write sync database.gdb
> Post InterBase V6.0 the write mode is asynchronous:
>
> gfix -write async database.gdb
> Synchronous writes are known as "careful writes", in that the InterBase
> engine will flush modified pages to disk on a transaction commit, and will
> write the pages back to the database in the correct order (as far as the
> database server is concerned) and so minimise any possible data loss.
> Careful write is present in all cases, though without forced write, it's
> careful only up to the Operating System file cache. Forced write has no
> effect on Windows 3.1, Windows 95 and Windows 98. On Unix and NT, it causes
> the operating system to bypass its file cache and send the page directly to
> disk.
>
> Artur
>
>
> To unsubscribe from this group, send an email to:
> ib-support-unsubscribe@egroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/