28 Nov
2005
28 Nov
'05
4:20 p.m.
Joe Maimon <jmaimon@ttec.com> wrote:
Hours after a hup? Or should listeners contain a reference count?
Yes, hours. It's called "luck". Maybe a reference count would fix it, but that's a lot of overhead.
Therefore, the code in listen.c shouldn't allocate a new listener, but should instead yank the old one from the old list.
Except if the listen configuration changes.
Well, yes, but then the new one won't match an old one. Alan DeKok.