trillich has asked for the wisdom of the Perl Monks concerning the following question:
We're trying to use Catalyst to let a web-user fill out a form, click 'submit' and then an email gets generated with relevant attachments.
But when the files get to be just a couple dozen K in size, Apache grinds to a halt and dies!
Is there an Email::Buffer library or approach that allows us to hand off file-path-names or maybe open filehandles so that the binary data can be encoded on the fly instead of doing full slurps on all the files? Or is there another conceptual approach to use altogether...?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Email::MIME generating emails w/ large attachments kills Apache
by Eliya (Vicar) on Dec 22, 2011 at 01:01 UTC | |
|
Re: Email::MIME generating emails w/ large attachments kills Apache
by TJPride (Pilgrim) on Dec 22, 2011 at 03:05 UTC | |
|
Re: Email::MIME generating emails w/ large attachments kills Apache
by locked_user sundialsvc4 (Abbot) on Dec 22, 2011 at 10:09 UTC | |
|
Re: Email::MIME generating emails w/ large attachments kills Apache
by trillich (Sexton) on Dec 22, 2011 at 19:39 UTC |