Attrib exceptions and None objects under heavy load?
Hmm, it seems as if I am the only one with this problem. It is probably best to move the very finely grained data into a relational type DB - I'm not sure that Zope is great for a lot of small object creation/deletion cycles anyway. I am still open to suggestions, however. Etienne
On Monday 02 Sep 2002 7:42 pm, Etienne Labuschagne wrote:
Hmm, it seems as if I am the only one with this problem.
Yes. That probably (but not certainly) means the problem is with something you are doing, rather than with Zope or ZODB.
I am still open to suggestions, however.
There are plenty of experts who will look at a minimal test case that demonstrates your problem.
Etienne, Firstly, please don't post in HTML. Etienne Labuschagne wrote:
Hmm, it seems as if I am the only one with this problem.
Seems so, you got any interesting Products or External Methods (or pactches/monkey fixes/etc) installed?
It is probably best to move the very finely grained data into a relational type DB - I'm not sure that Zope is great for a lot of small object creation/deletion cycles anyway.
I presume you mean 'ZODB', not 'Zope'. And I'd disagree. The number of creation/deletion cycles only influences the size at which a filestorage will grow. cheers, Chris
participants (3)
-
Chris Withers -
Etienne Labuschagne -
Toby Dickenson