Re: [PATCHES] Avahi support for Postgresql - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: [PATCHES] Avahi support for Postgresql
Date
Msg-id 20080415150622.GD4429@alvh.no-ip.org
Whole thread Raw
In response to Re: [PATCHES] Avahi support for Postgresql  (Bruce Momjian <bruce@momjian.us>)
Responses Re: [PATCHES] Avahi support for Postgresql  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Bruce Momjian wrote:
> Alvaro Herrera wrote:
> > Mathias Hasselmann wrote:
> > 
> > > The patches were in my initial mail, but now I've also uploaded them to
> > > my personal site for convenience:
> > > 
> > >     http://taschenorakel.de/files/pgsql-avahi-support/
> > 
> > Hmm, a quick look at the third patch reveals that it is using the
> > "threaded" Avahi client.  That's a showstopper.  Please consider using
> > some other approach -- writing our own handlers for AvahiPoll would seem
> > apropos.
> 
> Based on the threading usage in this patch, I assume it is rejected, and
> that we don't want a TODO item for this.

This particular patch should be rejected, but we certainly do need a
TODO item IMHO.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: pulling libpqtypes from queue
Next
From: Bruce Momjian
Date:
Subject: Re: Idle idea for improving concurrency of LISTEN/NOTIFY