Home > Archive > PERL POE > February 2006 > Announce : POE::Component::Daemon
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Announce : POE::Component::Daemon
|
|
| liste@artware.qc.ca 2006-02-23, 3:59 am |
|
Good evening ladies and gentlehackers.
Welcome to the long delayed first public release of POE::Component::Daemon.
http://search.cpan.org/~gwyn/POE-Component-Daemon-0.10/
Dealing with all the little details of a forking daemon can be annoying
and hard. POE::Component::Daemon encapsulates all the details into one
place and (hopefully) gets them right.
POE::Component::Daemon will deal with all the annoying details of creating
and maintaining daemon processes. It can detach from the console, handle
pre-forking pools or post-forking (ie, fork on each request). It will also
redirect STDERR to a log file if asked.
POE::Component::Daemon also babysits child processes, handling their CHLD.
POE::Component::Daemon can It also makes sure requests don't take to long.
If they do, it will try to get rid of them.
POE::Component::Daemon does not handle listening on sockets. That is up to
your code.
-Philip
| |
| Matt S Trout 2006-02-23, 7:59 am |
| On Wed, Feb 22, 2006 at 11:22:41PM -0500, liste@artware.qc.ca wrote:
>
> Good evening ladies and gentlehackers.
>
> Welcome to the long delayed first public release of POE::Component::Daemon.
>
> http://search.cpan.org/~gwyn/POE-Component-Daemon-0.10/
*applause*
--
Matt S Trout Offering custom development, consultancy and support
Technical Director contracts for Catalyst, DBIx::Class and BAST. Contact
Shadowcat Systems Ltd. mst (at) shadowcatsystems.co.uk for more information
+ Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +
|
|
|
|
|