Re: [Zope] Performance tests
Hi Toby I always thought that the object cache was per thread! If you're right then you are exactely correct and I have to up the cache accordingly. This exact Test is running at the moment so I'm curious what the results will be ;-) Zope 2.6.x ist still way off on my hosts ;-) Since you're using -t 2 on your Zopes are you also using ZEO? Oliver Erlewein
On Thursday 27 Jun 2002 1:14 pm, oliver.erlewein@sqs.de wrote:
Zope 2.6.x ist still way off on my hosts ;-)
I understand that it is possible to install the 2.6 ZODB into a standard 2.5.x installation. I can strongly recommed this, even if just as an experiment, if you have an application that stresses the ZODB cache.
Since you're using -t 2 on your Zopes are you also using ZEO?
On some, but not all. Where I do, it is not because I need greater concurrency. Two worker threads is enough to keep one processor busy. IMO: Unless you have some methods that are not cpu-bound (such as querying a RDB on a different machine) any more than -t2 is just an overhead for zero gain.
participants (2)
-
oliver.erlewein@sqs.de -
Toby Dickenson