RE: Email personalization
"Trevor Toenjes" <[email protected]> Wed, 5 Dec 2001 14:38:45 -0500
| Newsgroups | gmane.comp.web.zope.zmailman |
|---|---|
| Message-ID | <[email protected]> |
> only reason not to do it directly from Zope is that Zope would block the > sender's thread until all mails are sent, which is not what you'll want. I never really paid much attention to this, but you are correct. I twiddle my thumbs while Zope is creating and sending the emails. But now I need to put a user face on the system, so locking up the HTTP session wont work. Users wont sit their patiently for :30secs-2:00mins while Zope is processing. They will hit stop or say it's locked up. So, how do I offload this process? 1. users could get confirmation that the request is being processed, so they dont wait 2. and then notify the sender when the delivery is complete. This is a huge issue and I dont know how to attack it. Thanks for help on it. -Trevor