Re: [Zope3-dev] DoS problem in zope.sendmail.maildir

2007-06-07 Thread Sascha Ottolski
Am Mittwoch 06 Juni 2007 schrieb Marius Gedminas: > I'm attaching the patch here. I'd be happy to commit it to trunk if > somebody else could test it on various platforms. (I haven't even > tested if it works fine on Linux, other than by running the unit > tests.) Marius, again, thanks a lot fo

Re: [Zope3-dev] DoS problem in zope.sendmail.maildir

2007-06-07 Thread Sascha Ottolski
Am Mittwoch 06 Juni 2007 schrieb Marius Gedminas: > > BTW, I'm wondering if it is really safe to assume that > > os.rename(self._filename, self._new_filename) in the commit() > > message never fails? > > Nothing is really safe.  Renaming a file is much safer than creating > a file. > > > Although I

[Zope3-dev] mailinglist for launchpad bugtracker?

2007-06-06 Thread Sascha Ottolski
Hi, is there a way to get notified about changes in the launchpad bugracker(s) for zope (similar to what existed for the collector)? Cheers, Sascha -- Lalisio - connecting knowledge worldwide Lalisio GmbH Puschkinstraße 1 99084 Erfurt fon +49 (0)361 541 43 80 fax +49 (0)361 541 43 79 [EMAI

[Zope3-dev] DoS problem in zope.sendmail.maildir

2007-06-06 Thread Sascha Ottolski
Hi, I discovered a problem with the maildir implementation, that is triggered when trying to use the QueuedDelivery with many (read: more than current filedescriptor limit of the zope process) mails at once: Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/pyth

[Zope3-dev] customizing accesslog format

2007-01-31 Thread Sascha Ottolski
Hi, it appears as if the format for the access log is somewhat hardcoded. I see that there exists (at least) zope.app.server.accesslog zope.app.twisted.accesslog zope.app.twisted.log and twisted.web2.log From discussions I found it seems as if the latter would be the place to

Re: [Zope3-dev] Is there an alternative to zdaemon?

2006-12-22 Thread Sascha Ottolski
Am Freitag, 22. Dezember 2006 23:23 schrieb Paul Winkler: > On Fri, Dec 22, 2006 at 05:04:37PM -0500, Jim Fulton wrote: > > Sascha Ottolski wrote: > > >And the python coded Supervisor2 made by Chris McDonough > > >http://www.plope.com/software/supervisor2/ > > &

Re: [Zope3-dev] Is there an alternative to zdaemon?

2006-12-22 Thread Sascha Ottolski
Am Freitag, 22. Dezember 2006 23:04 schrieb Jim Fulton: > An abnormal exit is an exit due to some error, such as a segmentation > fault or running out of memory. > > > in the sense, how would the > > > > supervisor know thats it's abnormal? > > It can check the exit status. Normal shutdowns typyc

Re: [Zope3-dev] Is there an alternative to zdaemon?

2006-12-22 Thread Sascha Ottolski
Am Freitag, 22. Dezember 2006 21:55 schrieb Jim Fulton: Does anyone know of something > that does what zdaemon does?  daemontools seems somewhat close: > >    http://cr.yp.to/daemontools.html > > Going from the documentation, it doesn't seem to be as clever about > application restart.  The documen

Re: [Zope3-dev] zope3 instance with no zodb

2006-12-06 Thread Sascha Ottolski
> I remember Shane asking this a while ago and seem to remember the > answer was "no", but I'm hoping that's changed. > > Is it possible to have a Zope 3 instance that has no zodb backing at > all? > > I've been mocking up an app, currently in Zope 2, and have ended up > using PostGresSQL as the da