Subject Re: [firebird-support] INET/inet_error: read errno = 104
Author Mark Rotteveel
On 5-6-2017 15:51, Gugui gugui_sarubi_macchi@...
[firebird-support] wrote:
> Hi, all
> i notice once in a day this error in firebird.log
> i just ping my server and it doesnt lost package
> i dont know what happend...
> thanks in advance

Error 104 on *nix means socket reset by peer (equivalent on Windows is
10054).

Sometimes it can be firewalls that reset the connection if they think it
is not or no longer allowed.

But it can also happen if a program exits without properly closing the
connection, or if one side closed the connection, while the other
continues to send data. Or if one side closed the connection in an
abortive manner (no linger).

It usually doesn't indicate a problem, just maybe a slightly unclean
connection handling.

Mark
--
Mark Rotteveel