Subject RE: [firebird-support] INET/inet_error: read errno = 10054
Author Hugo Eyng
Thank You Mark.


Atenciosamente,

+ + Hugo Eyng + +

De: firebird-support@yahoogroups.com <firebird-support@yahoogroups.com> em nome de Mark Rotteveel mark@... [firebird-support] <firebird-support@yahoogroups.com>
Enviado: quarta-feira, 19 de setembro de 2018 07:39
Para: firebird-support@yahoogroups.com
Assunto: Re: [firebird-support] INET/inet_error: read errno = 10054
 
 

On 2018-09-19 00:54, Hugo Eyng hugoeyng@... [firebird-support]
wrote:

> Hello.
>
> Does anybody know what causes this message in firebird.log?

Error 10054 is connection reset by peer, and that usually means that the
connection was abruptly closed, eg by a process crash, or by a client
otherwise abruptly terminating a socket without properly sending a
disconnect to the Firebird server.

Common causes are applications quitting without closing connections, or
driver bugs which don't properly send a disconnect.

PS. For readability it is better to not rely on the subject to ask your
question: repeat the pertinent information in the body.