Re: FW: Configuring Postgres to use unix sockets

From: Douglas McNaught <doug(at)mcnaught(dot)org>
To: Richard_D_Levine(at)raytheon(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: FW: Configuring Postgres to use unix sockets
Date: 2005-09-09 14:16:07
Message-ID: m2fysee388.fsf@Douglas-McNaughts-Powerbook.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Richard_D_Levine(at)raytheon(dot)com writes:

> Hi John,
>
> Unix sockets are a presentation layer interface to TCP/IP. You're not
> avoiding it by using them.

That's not true. Unix sockets are fundamentally different and do not
use TCP/IP at all. They have their own namespace (in the Unix
filesystem) and go through their own delivery path in the kernel, not
through the TCP/IP stack, so they're often faster.

But, they only work on a single machine. :)

-Doug

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2005-09-09 14:36:15 Re: Partial commit within the trasaction
Previous Message Terry Lee Tucker 2005-09-09 14:13:26 Re: Route Miles