[Zope] zope performance issues

Paul Winkler pw_lists at slinkp.com
Wed May 19 01:21:52 EDT 2004


On Tue, May 18, 2004 at 10:06:58PM -0700, Trevor Warren wrote:
>  The number of threads (70-110) were kept proportional
> to the number of users(100).  Performance degradation
> post 10mins of the test tleading to absymal response
> times.

FYI, that's a really unusually high thread count for zope.
You may actually be hurting yourself there by adding
overhead for all those threads.

Also, keep the number of ZODB connections at least
as high as the number of worker threads.

-- 

Paul Winkler
http://www.slinkp.com



More information about the Zope mailing list