Le Ven 11 avril 2008 12:51, Zbigniew Lukasiak a écrit : > > I've got a related question - does anyone send bulk emails with that > plugin? Is the delay reasonable when sending let's say a hundred > emails or do I need a background mechanism for that? I have now a > forking solution - but it is a bit complex (and for mod_perl they > recommend to do it in a 'cleanup' handler instead of a forked > process). >
Hello For sending bulk emails I have implemented a job queue with POE-Component-JobQueue and a smal TCP server that waits for jobs sent by the controller. It works fine :) Thanks Eriam _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
