[Zope-CMF] CMF Question
Jens Vagelpohl
jens@zope.com
Wed, 13 Mar 2002 21:48:49 +0100
here's another example for asynchronous mail processing independent of
zope, a drop-in MailHost replacement with an independent polling process::
http://www.dataflake.org/software/maildrophost
probably needs some polishing but it does work as promised in this first
version already. mail messages are written to a spool directory on disk by
the MaildropHost and then read/processed by the independent polling
process.
jens
On Wednesday, March 13, 2002, at 09:11 , Brad Clements wrote:
> On 13 Mar 2002 at 8:10, Chris Withers wrote:
>
>> This problem isn't so easy, you really need offline mail sending for all
>> of
>> this, otherwise any time someone triggers an action on your site that
>> needs
>> a mail sent, the end user will have to wait while the mail gets sent to
>> everyone.
>>
>> Does anyone have any ideas about this?
>
> I launch long running background tasks (emailing, pdf generation) using
> Pyro.
>
> It's super easy. I have a Pyro server that runs a "work to do queue"..
> receives objects
> directly from the Pyro client running in Zope.
>
> You could also use a database and poller, but I think that's actually
> more complex.
>
>
> Brad Clements, bkc@murkworks.com (315)268-1000
> http://www.murkworks.com (315)268-9812 Fax
> AOL-IM: BKClements
>
>
> _______________________________________________
> Zope-CMF maillist - Zope-CMF@zope.org
> http://lists.zope.org/mailman/listinfo/zope-cmf
>
> See http://www.zope.org/Products/PTK/Tracker for bug reports and feature
> requests