Hi all. I'm planning to create a custom event handler for Zope; the handler, on an Exception, will automatically open a ticket inside a trac system.
It could happen of course that the site where the ticket are sent is down. What could be the possible effect of this? Would the raising/handling of the exception be compromised? I could think to have the exception logged on a local file, and then sent to the ticket system via a process external to Zope, but I wonder if this is necessary. Regards Marco -- Marco Bizzarri http://code.google.com/p/qt-asterisk/ http://notenotturne.blogspot.com/ http://iliveinpisa.blogspot.com/ _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )