Subject | RE: [firebird-support] What happened to opened transaction if the client is abnormally disconnected? |
---|---|
Author | Alan McDonald |
Post date | 2004-11-28T21:48:23Z |
> When a client exits without saying goodbye, the server will eventuallyThis rings a little bell for me.. I've never seen 10055 in a log but I've
> probe the connection and discover that it's dead. The server then writes
> a 10054 (10055?) message to the log and marks transactions associated
> with the connection as rolled back. Eventually, some form of
> garbage collection will remove any changes made by those transactions.
seen 10054 a fair amount in both production and development.
In development, if it's 10054 then client apps being "reset" while running
may be the cause and not faulty NICs under these circumstances.
But in production, if it's 10054, then it may be the PC getting
Ctr-Alt-Del'ed which cuases this log entry and also not a faulty NIC.
OR is it indeed 10055?
Alan