On Sat, Nov 16, 2002 at 04:48:38PM +0800, wang bo wrote: > > is there a way to remove a SocketFactory wheel (componet server tcp used) > form kernel event loop and don't shutdown > the wheel?
I have committed a new version of SocketFactory that implements pause_accept() and resume_accept() methods. Your parent process should call pause_accept() on the wheel as soon as it's created. Child processes should call resume_accept() as they are started. If you already don't know, http://poe.perl.org/?Where_to_Get_POE has instructions for downloading the latest sources from CVS. -- Rocco Caputo - [EMAIL PROTECTED] - http://poe.perl.org/
