Re: Speaking of pgstats

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Agent M <agentm(at)themactionfaction(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Speaking of pgstats
Date: 2006-04-06 02:22:40
Message-ID: 14008.1144290160@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Agent M <agentm(at)themactionfaction(dot)com> writes:
> Please correct me if I am wrong, but using UDP logging on the same
> computer is a red herring. Any non-blocking I/O would do, no? If the
> buffer is full, then the non-blocking I/O send function will fail and
> the message is skipped.

Uh, not entirely. We'd like the thing to drop complete messages, not
inject partial messages into the channel causing reader parsing errors.
This is one reason for liking UDP semantics better than pipe semantics.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Nasby 2006-04-06 02:31:20 Re: Summer of Code Preparation
Previous Message Philip Yarra 2006-04-06 02:05:12 Re: psql \c error