[Zope-dev] How to trigger Zope externally (mail)

Jeff Youel jeff@youel.net
26 Feb 2003 16:41:56 -0800


On Wed, 2003-02-26 at 16:16, Ross Boylan wrote:
> 1. Incoming mail goes to a pipe, which is a program that processes the
> message.
> 
> I think the main drawback of this approach is that I would need to run
> Zope on top of ZEO so that multiple processes could access the
> database safely.  I'm also not sure how hard it would be to
> reestablish the context of my product outside of regular Zope.
> 
> Aside from these concerns, this seems the most natural approach.
> 

Instead of writing to the ZODB directly, I would post the message to a
form hosted by your Zope server using the ZPublisher.Client.

Jeff