Subject Re: [firebird-support] Errno 110?
Author Helen Borrie
At 05:25 PM 24/05/2006, you wrote:
>Hi!
>
>One of our partners have a Debian distribution with FB 1.5.3 Classic. (I
>don't really know details about this installation, I will look for it, if
>you say it is necessary)
>Clients constantly getting the next message: "Read error from server:
>connections lost" .. or something like this.
>In the firebird.log I have found some 'read errno = 104' which I found here
>is a Connection reset by peer. But I also have found errno = 110. Will this
>help us to find what really goes here?

It might. That is "Connection timed out". It usually happens
because you have your inetd/xinetd maximum instances set for some low
limit (the default on Linux is 30; I don't know about Debian). It
needs to be set high enough for the number of concurrent processes
you expect; or set to unlimited.

Sorry I can't advise about configuring Debian, it seems to have its
own rules for configuring things.

./heLen