Re: Beating Oracle

From: Tom Ivar Helbekkmo <tih(at)kpnQwest(dot)no>
To: Bruce Badger <bbadger(at)BadgerSE(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Beating Oracle
Date: 2002-03-01 18:53:57
Message-ID: 86adtsqfui.fsf@athene.i.eunet.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Bruce Badger <bbadger(at)BadgerSE(dot)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.

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 2002-03-01 19:14:33 Re: Beating Oracle
Previous Message Tom Ivar Helbekkmo 2002-03-01 18:48:24 Re: Beating Oracle