Subject | Re: [ib-support] When do FB/IB 'flush' to disk? |
---|---|
Author | Martijn Tonies |
Post date | 2001-11-27T19:04:38Z |
On the risk of sounding stupid:
Is it an idea to force the flush every now and then, even if Forced Writes is off, in some background thread or so? Just like the sweeping thread? This would solve some data loss problems I guess.
Martijn Tonies
InterBase Workbench - the developer tool for InterBase and Firebird
http://www.interbaseworkbench.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."
Artur & Woody,
I have just done a search of the MSDN information...
The only way to force Windows to flush it's buffers, is using the file
handle for the file.
Since the file handle is not available, there is no way of forcing the
flush from outside the engine.
Sean
To unsubscribe from this group, send an email to:
ib-support-unsubscribe@egroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
Is it an idea to force the flush every now and then, even if Forced Writes is off, in some background thread or so? Just like the sweeping thread? This would solve some data loss problems I guess.
Martijn Tonies
InterBase Workbench - the developer tool for InterBase and Firebird
http://www.interbaseworkbench.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."
Artur & Woody,
I have just done a search of the MSDN information...
The only way to force Windows to flush it's buffers, is using the file
handle for the file.
Since the file handle is not available, there is no way of forcing the
flush from outside the engine.
Sean
To unsubscribe from this group, send an email to:
ib-support-unsubscribe@egroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]