Subject | Re: [firebird-support] Firebrid log: INET/inet_error: read errno = 104 |
---|---|
Author | Ann W. Harrison |
Post date | 2004-12-03T17:22:53Z |
At 12:31 PM 12/2/2004, Pawel Swierzko wrote:
104 is ECONNRESET and probably means that a client quit
without saying good-bye. 32 is EPIPE and probably means
the same thing.
What documentation there is can be found in errno.h and
distributed across the web in hundreds of thousands of
messages asking "what does it mean when I get the messasge
"read errno = xxx". Or http://www.wlug.org.nz/EPIPE
Regards,
Ann
>Hi,Those are error codes from the underlying transport layer.
>I have FB 1.5.1 running over redhat server
> >From time to time in the server log I can see
>INET/inet_error: read errno = 104
>or INET/inet_error: read errno = 32
>
>What does the code mean?
>Where can I find any doc about it ?
>Any suggestion?
104 is ECONNRESET and probably means that a client quit
without saying good-bye. 32 is EPIPE and probably means
the same thing.
What documentation there is can be found in errno.h and
distributed across the web in hundreds of thousands of
messages asking "what does it mean when I get the messasge
"read errno = xxx". Or http://www.wlug.org.nz/EPIPE
Regards,
Ann