On Sun, 2002-09-08 at 11:02, Rocco Caputo wrote: > > POE::Component::Server::TCP->new > > ( > > Alias => $alias, > > Port => $port, > > Address => $address, > > Error => $error, > > Shutdown_on_Error => 0, > > ClientError => $client_error, > > ClientInput => $client_input, > > ); > > > > So it's more declarative? > > Yes, but it must be added as ClientShutdownOnError (or some other > Client.* option) otherwise it implies that it controls the server > itself.
"ClientShutdownOnError" certainly works for me. :-) Pete
