AW: [HACKERS] Query cancel and OOB data

From: Andreas Zeugswetter <andreas(dot)zeugswetter(at)telecom(dot)at>
To: "'hackers(at)postgresql(dot)org'" <hackers(at)postgresql(dot)org>
Subject: AW: [HACKERS] Query cancel and OOB data
Date: 1998-05-19 08:11:22
Message-ID: 01BD830E.8E49BD60@zeugswettera.user.lan.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> Any ideas?

Use TCP. On most modern systems (eg Linux ;-) ), TCP especially on the local
machine is very efficient. Not quite as efficient as a Unix domain socket,
but close enough that no one will notice.

I have not experienced noteable performance differences on my AIX box either.
Of course when doing client server communication I always suggest PVM3.
It can be configured to do nearly all current communication methods,
including hardware based ones on MPP/NUMA systems.

Andreas

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 1998-05-19 09:33:05 Re: hackers-digest V1 #820
Previous Message Maurice Gittens 1998-05-19 07:47:15 Re: [HACKERS] Query cancel and OOB data