Computer Programming

© Guy Lecky-Thompson

perl MIME::LITE

  1. Guy Lecky-Thompson


Top
1.   Sep 21, 2007 5:28 AM

» Feature Writer Guy Lecky-Thompson - MIME::LITE hangs

In response to MIME::LITE hangs posted by estematt:


Hello,

My understanding of MIME::Lite is that it invokes sendmail as a new process and gets it to send the mail on. This relies so much on other aspects of the system that it is no surprise that it is slow.

A much better strategy is to directly put the message on the local mail server queue, using Mail::sendmail, rather than the default behavior of MIME::Lite which spawns a new sendmail instance which startup and shutdown is what is probably causing your problem.

I'd like to know how it pans out.

Regards,
Guy

Suite101

Post this Discussion Post to facebook Add this Discussion Post to del.icio.us! Digg this Discussion Post furl this Discussion Post Add this Discussion Post to Reddit Add this Discussion Post to Technorati Add this Discussion Post to Newsvine Add this Discussion Post to Windows Live Add this Discussion Post to Yahoo Add this Discussion Post to StumbleUpon Add this Discussion Post to BlinkLists Add this Discussion Post to Spurl Add this Discussion Post to Google Add this Discussion Post to Ask Add this Discussion Post to Squidoo


Please follow the guidelines set forth in the Suite101 Posting Etiquette when adding to the discussion.