On Fri, 16 Jul 2004, Martin J. Logan wrote:
> (listener) ----spawn acceptor --> (acceptor) <upon accepting tell the
> listening to spawn a new acceptor>
That's right. I made the gen_server respawn the acceptor process on
handle_info ({ 'EXIT'[...]) for the stored acceptor Pid, so it will
not forget to respawn :-)
--
jimmy