Re: R: Rendezvous/Bonjour broken in 8.1 beta

From: AgentM <agentm(at)themactionfaction(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: R: Rendezvous/Bonjour broken in 8.1 beta
Date: 2005-09-09 15:47:10
Message-ID: B0376DA6-45D5-4047-9AFD-E50F886E81B3@themactionfaction.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Just to counter this statement- I am using postgresql mDNSReponder
discovery on Linux.

In my case, I have several "satellite" machines that need to send
events to the database. Zeroconf makes the discovery trivial and I
don't have to worry about network settings.

I would like to see postgresql support this feature natively so that
I could just add a line to postgresql.conf and have it work. I am
currently using howl to do this- howl wraps the Apple libs in Darwin
and hooks into the standard mDNSResponder on other OSs.

Since obviously no one else is working on this, I can work on a patch.

On Sep 9, 2005, at 8:46 AM, Tom Lane wrote:

> "Paolo Magnoli" <pmagnoli(at)systemevolution(dot)it> writes:
>
>> Hi, wouldn't it be better to implement rendezvous with a
>> free/open/cross-platform implementation like Howl
>> (http://www.porchdogsoft.com/products/howl/) which should help
>> avoiding
>> apple's "tricks"?
>>
>
> Why bother? AFAIK, no one cares at all about bonjour unless they are
> running OS X --- and if they are on OS X, switching to howl would just
> mean there's an additional bit of software they have to get.
>
> If this were central to Postgres' purpose, we might feel like doing
> extra work on it; but it's so peripheral that we've already wasted
> more time on it than it's worth. IMHO anyway.
>
> regards, tom lane

|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-
AgentM
agentm(at)themactionfaction(dot)com
|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2005-09-09 17:07:12 Re: initdb profiles
Previous Message Stephan Szabo 2005-09-09 15:46:03 Re: [PATCHES] Work-in-progress referential action trigger