Re: [Zope] performance problem
Torsten Gallmeister writes:
Is there a way to disable caching for products/attributes/objects ? I think this would be nice for some sites which have not too much requests but a large amount of data. You know, you can control the cache parameters?
Control Panel -> Database Management -> Cache Parameters Dieter
On Sat, 17 Feb 2001 15:21:37 +0100 (CET), Dieter Maurer <dieter@handshake.de> wrote:
Torsten Gallmeister writes:
Is there a way to disable caching for products/attributes/objects ? I think this would be nice for some sites which have not too much requests but a large amount of data. You know, you can control the cache parameters?
Control Panel -> Database Management -> Cache Parameters
One other parameter is critical to cache behaviour, but is not configured on that page...... Those settings control the behaviour per-cache, and one process has many independant caches. The largest influence over the number of caches in use is the number of publisher threads - each one gets its own cache. Toby Dickenson tdickenson@geminidataloggers.com
Hai, First thanks for your tips. The main problem was, I think the short memory. If ZOPE swaps to much, when its active, the performance goes deep down. I use alkaline search, for the sitesearch.In default it starts some threads- too heavy requests for this machine. The server was near stopping; only swapping. Playing around with cache-parameters and 2 serverthreads didnt help. Now the server solves the "alkaline test" and stays by an acceptabe processsize. In addition to the memory upgrade I changed some details in the LocalFS, what saved some MB's too. Torsten.
Torsten Gallmeister writes:
Is there a way to disable caching for products/attributes/objects ? I think this would be nice for some sites which have not too much requests but a large amount of data.
participants (3)
-
Dieter Maurer -
Toby Dickenson -
Torsten Gallmeister