Subject Re: [firebird-support] Cryptic message in Firebird Logs
Author Helen Borrie
At 02:54 PM 25/06/2004 -0400, you wrote:
>Everyone,
>
>I have noticed the following message in my Firebird log. I haven't
>found much information to what generates this event. Has anyone else
>seen this?
>
>
>SERVER (Client) Fri Jun 25 11:47:59 2004
> INET/inet_error: send errno = 10054

To add to others' comments, an INET/inet error is a TCP/IP error. The
server has no knowledge of the cause of network errors: it polls a client
connection to check whether it's still there and, if it's not, it receives
a network exception, which it simply delivers to the log for your delight
and edification.

Usually it's a sign that you have a user who is crashing out of your
application; otherwise, it can be caused by a bad NIC, loose cables or any
other phenomena that stop workstations from communicating with the host
machine.

/hb