Re: Beating Oracle - Mailing list pgsql-interfaces

From Tom Ivar Helbekkmo
Subject Re: Beating Oracle
Date
Msg-id 86adtsqfui.fsf@athene.i.eunet.no
Whole thread Raw
In response to Beating Oracle  (Bruce Badger <bbadger@BadgerSE.com>)
List pgsql-interfaces
Bruce Badger <bbadger@BadgerSE.com> writes:

> Due to network glitch, a PostgreSQL connection over IP is being dropped.
> 
> In the same situation, Oracle can keep it's connections going.

I mentioned the SO_KEEPALIVE socket option in another email, but the
other possibility here is, of course, that the PostgreSQL connection
might be receiving an ICMP error message that Oracle isn't.  This
would be due to different handling of the two protocols in a firewall
or something -- and whether it happens or not would be something you
could find out using tcpdump.

-tih
-- 
Puritanism -- the haunting fear that someone, somewhere, may be happy.


pgsql-interfaces by date:

Previous
From: Tom Ivar Helbekkmo
Date:
Subject: Re: Beating Oracle
Next
From: Tom Lane
Date:
Subject: Re: Beating Oracle