Pascal, Would you be so kind to send the <zodb>-part of your config? I Increased the zserver-threads for exactly the mentioned reasons but I was not aware of the "connectio pool"-parameter, nor can I find it anywhere in my zope.conf :) Thanks in Advance! /Carsten
-----Original Message----- From: zope-bounces@zope.org [mailto:zope-bounces@zope.org] On Behalf Of Pascal Peregrina Sent: Friday, June 03, 2005 12:47 PM To: 'Nicholas Avenell'; zope@zope.org Subject: RE: [Zope] Max Connections
2 parameters in zope.conf : zserver-threads (main section) : the number of threads (i.e. incoming request) Zope will try to handle simultaneously
But if you increase this value, you must also increase : pool-size (<zodb_db></zodb_db> section) : the connection pool size to the ZODB
By default, zserver-threads is set to 4 and pool-size is set to 7 (as far as I could read in Zope code). So what I did is that I increased zserver-threads to 10 and pool-size to 15. It works fine for me.
Pascal
-----Message d'origine----- De : zope-bounces@zope.org [mailto:zope-bounces@zope.org]De la part de Nicholas Avenell Envoyé : vendredi 3 juin 2005 12:40 À : zope@zope.org Objet : [Zope] Max Connections
Watching our Zope servers, they don't ever seem to be handling very many connections at a time. Where can I find out (and increase, probably) the Max number of connections Zope's serving?
(This is Z2.6.4)
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager.
This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com **********************************************************************
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )