The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mail::Decency::Core::POEForking

DESCRIPTION

Base class for Postfix and SMTP server. Implements forking

METHODS

new

forking_startup

Server startup event

forking_halt

All goes down

forking_fork_child

Create a new child

forking_catch_sig_int

Catch the death of the master process

forking_catch_sig_int

Catch the death of the master process

forking_catch_sig_child

Catch the death of a child .. sad as it might be

forking_new_connection

New connection etablished

forking_client_error

Error cleint ..

init_factory_args

Can be overwritten by childs

Returns additional args for create the factory

AUTHOR

Ulrich Kautz <uk@fortrabbit.de>

COPYRIGHT

Copyright (c) 2010 the "AUTHOR" as listed above

LICENCSE

This library is free software and may be distributed under the same terms as perl itself.