From: Dean T. <de...@ha...> - 2003-07-31 20:19:43
|
I believe I have a possible solution (conceptually anyway, no code yet) for the blocking slow email generation problem. The idea is to have the vmta put the essential parts of the email, except for the attachment into a queue. Another process is responsible for grabbing the info from the queue and actually doing the attachment and mail. A long message will therefore just slow down processing the queue and not block the vmta. I'm still trying to work out the best way to implement this in the most bulletproof way. With time a concern, this might have to wait until version 1.1. -dean |