On Thu, Dec 8, 2011 at 9:42 AM, Jesus Garcia <jeg...@gmail.com> wrote:
>
> I'm talking About fb 2.5. When i test with it, an AV raises and the engine
> shutdown abnormally.
>
> The question is If an error in the engine that causes fb terminate
> abnormally can corrupt database or the engine closes all connections and
> rollback transactions before terminate.
>

An abnormal shutdown for any cause - power failure, O/S crash,
Firebird crash will not corrupt the database if you have forced writes
turned on and if your disk system actually forces writes in the order
they are presented.  Connections are transient, in memory entities and
they go away.  Active transactions remain in the active state on disk
and are marked as rolled back when the database restarts.  Their
changes are undone as they are discovered.

Good luck,

Ann

------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to