On Nov 27, 2007 8:33 AM, Fernando Xavier <fernandoxavier@xxxxxxxxx> wrote: > Hi, > > I have trouble with my java application. Since i change the network configuration, the postgresql idle connections broken after 10 minutes. (i set authentication_timeout = 600 in postgresql.conf). > > My network: > > 192.168.1.1 (postgresql server and gateway server) > 192.168.0.1 (linksys wireless router) > 192.168.0.x (clients) > > How i make my idle connections alive for long time? You can try lowering your tcp_keepalive settings. ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend