Re: [Zope] How can i improve performance of website under heavy load in Zope2.6.1

2006-08-03 Thread Stefan H. Holek
On 31. Jul 2006, at 09:13, Sudesh Soni wrote: I wonder why Zope is default set for handling 4 threads and 7 database connections. These are good values under normal circumstances. I tried inreasing threads to 20 and database connections to 30 by updating z2.py and DB.py, presuming that

Re: [Zope] How can i improve performance of website under heavy load in Zope2.6.1

2006-08-02 Thread Dieter Maurer
Sudesh Soni wrote at 2006-7-31 12:43 +0530: I wonder why Zope is default set for handling 4 threads and 7 database connections. Because these values are in general not too bad. I tried inreasing threads to 20 and database connections to 30 by updating z2.py and DB.py, presuming that this will

[Zope] How can i improve performance of website under heavy load in Zope2.6.1

2006-07-31 Thread Sudesh Soni
Hi, I am using Zope 2.6.1 I wonder why Zope is default set for handling 4 threads and 7 database connections. I tried inreasing threads to 20 and database connections to 30 by updating z2.py and DB.py, presuming that this will help to improve performance under heavy load. Can anyone

Re: [Zope] How can i improve performance of website under heavy load in Zope2.6.1

2006-07-31 Thread Marco Bizzarri
1) improve the number of object in the cache: the default is 400 which is incredibly low for a normal site; put it to 5000 and check; 2) (if possible) upgrade to a newer release of Zope, namely 2.8, which removes many possible conflict, and therefore improves response time; 3) install a