On Sat, Nov 16, 2002 at 04:48:38PM +0800, wang bo wrote:
> pre-fork is easy in POE, i can create Component::Server::TCP and
> then create POE::Wheel::Run to run it. and the master server can use
> the wheels to send the instruction to child and get the child's
> output.
>
> but in the mode, the master server is accept the connection, too. i
> think it's better the master server don't accept the connection as
> same as apache.

[...]

> is there a way to remove a SocketFactory wheel (componet server tcp
> used) form kernel event loop and don't shutdown the wheel?

There currently isn't, but I'm working on pause_accept() and
resume_accept() methods for SocketFactory.  These will correspond to
the pause_ and resume_input() methods on ReadWrite.  I'll post again
when they're done.

-- Rocco Caputo - [EMAIL PROTECTED] - http://poe.perl.org/

Reply via email to