On Sat, Apr 23, 2016 at 12:13:26PM +0200, Dimitry Sibiryakov wrote:
> 23.04.2016 12:01, Stefan Heymann wrote:
> >> It seems that your problem is due to slow host name to IP address
> >> >resolution (i.e. DNS), not with Firebird functionality.
> > But my 2.5 fbclient does not show this delay. So I don't assume there
> > is a problem with IP resolution.
> 
>    Try to set option IPv6V6Only to true in firebird.conf and see if it
>    makes any difference.

This directive affects only listening sockets (i.e. a server) and would
actually do the exact opposite: make the server listening on (default)
address :: accept only IPv6 connections (to any address). To accept only
IPv4 connections, you would rather want "RemoteBindAddress 0.0.0.0" (or
e.g. 127.0.0.1).

                                                          Michal Kubecek


------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to