[Zope-dev] Zope Tests: 5 OK

2007-05-29 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Mon May 28 12:00:00 2007 UTC to Tue May 29 12:00:00 2007 UTC. There were 5 messages: 5 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2.7 Python-2.3.6 : Linux From: Zope Unit Tests Date: Mon May 28 21:23:55 EDT 2007

[Zope-dev] Re: [ZODB-Dev] [Bug] ZODB invalidation processing

2007-05-29 Thread Chris Withers
Dieter Maurer wrote: In our private Zope version, I have still a note like this: # DM 2005-08-22: always call '_flush_invalidations' as it does # more than cache handling only self._flush_invalidations() if self._reset_counter != global_reset_counter:

[Zope-dev] Re: [ZODB-Dev] [Bug] ZODB invalidation processing

2007-05-29 Thread Dieter Maurer
Chris Withers wrote at 2007-5-29 16:02 +0100: ... Once again, it would be nice, now that you have access, if you could feed back your changes in areas like these rather than keeping them in your own private source tree :-( I would be busy for about 1 to 2 weeks -- and I do not have that time

[Zope-dev] Re: [ZODB-Dev] Re: [Bug] ZODB invalidation processing

2007-05-29 Thread Dieter Maurer
Joachim Schmitz wrote at 2007-5-28 17:45 +0200: In ZODB.Connection.Connection.open I see: if self._reset_counter != global_reset_counter: # New code is in place. Start a new cache. self._resetCache() else: self._flush_invalidations() So

[Zope-dev] Re: many conflict errors

2007-05-29 Thread Laurence Rowe
Perry wrote: Tres Seaver schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 -- 2007-05-25T10:19:01 ERROR Zope.SiteErrorLog http://uniben.waeup.org/campus/students/C172676/study_course/create_level Traceback (innermost last): Module Zope2.App.startup, line 173, in

[Zope] MemoryError exception when importing a zexp file

2007-05-29 Thread Ben Lobo
Hi, I'm trying to import a .zexp file that's 1.6GB but it continually fails due to a MemoryError exception. I guess that adding more RAM would probably fix this problem but does anyone know if there's any way of getting around this sort of problem without increasing the RAM? This is the