Perrin Harkins wrote:
> 
> On Fri, 8 Sep 2000, Stas Bekman wrote:
> > > As far as benchmarks are concerned, I'm sending one mail after having
> > > displayed the page, so it shoul'dnt matter much ...
> >
> > Yeah, and everytime you get 1M process fired up...
> 
> Nevertheless, in benchmarks we ran we found forking qmail-inject to be
> quite a bit faster than Net::SMTP.  I'd say that at least from a
> command-line script qmail-inject is a more scalable approach.

Or even better would be to use qmail-remote and avoid the queue, but
thats a qmail and not a mod_perl thing.

BTW I'm looking at this at the mo and have decided to go back to a dump
email to db -> crond robot sends mail to port 25 -> mail delt with
there.  Why ? Well this is the most scalable, and its cross platform,
talking directly via pipes / forks etc usually has a limit somewhere,
and all too often I may reach it far sooner than I thought.

Greg

> 
> - Perrin


Reply via email to