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


_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to