Re: rendezvous

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Jochem van Dieten <jochemd(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: rendezvous
Date: 2005-05-08 04:22:01
Message-ID: 20050508042201.GA22220@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, May 07, 2005 at 10:43:46AM +0200, Jochem van Dieten wrote:
> On 5/7/05, Alvaro Herrera wrote:
> > On Fri, May 06, 2005 at 03:30:10PM -0700, Joshua D. Drake wrote:
> >>
> >> Rendezvous is the Apple network discovery protocol yes? That was renamed
> >> Bonjour by apple due to a Trademark problem.
> >
> > Maybe we should name it Zeroconf.
>
> Is the implemented protocol IETF ZeroConf or Apple Rendezvous? IIRC
> there are differences in the requirements for TTLs and I have had some
> experiences with Apple reserving local.arpa while the rest of the
> world doesn't.

Huh, not sure. The only thing the code does is check for
DNSServiceDiscovery.h and call a function therein. No implementation
details are taken care of in the Postgres source.

My bet is that it only works on Mac OS X. If there was interest I'm
sure we could make it work using libhowl but I don't see anybody asking ...

--
Alvaro Herrera (<alvherre[(at)]dcc(dot)uchile(dot)cl>)
"No necesitamos banderas
No reconocemos fronteras" (Jorge González)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2005-05-08 04:22:51 Re: Dealing with CLUSTER failures
Previous Message John Hansen 2005-05-08 04:15:16 Re: [HACKERS] Invalid unicode in COPY problem