[Catalyst] Sending email safely with Catalyst
Matt S Trout
dbix-class at trout.me.uk
Fri Apr 18 18:54:36 BST 2008
On Sat, Apr 12, 2008 at 11:11:41AM +0200, Zbigniew Lukasiak wrote:
> My first approach was to do the sending in a cron job - but then came
> the requirement that the emails should be sent as soon as possible.
> Now I have a forking model, but I don't know if I implemented it
> correctly (the mod_perl guide recommends against forking
> http://modperlbook.org/html/10-2-Forking-and-Executing-Subprocessesfrom-mod_perl.html).
But you're writing a new catalyst app, so you're deploying it under fastcgi,
right?
Really, mod_perl is a legacy deployment option. Don't.
--
Matt S Trout Need help with your Catalyst or DBIx::Class project?
Technical Director http://www.shadowcat.co.uk/catalyst/
Shadowcat Systems Ltd. Want a managed development or deployment platform?
http://chainsawblues.vox.com/ http://www.shadowcat.co.uk/servers/
More information about the Catalyst
mailing list