[Zope] Max Connections

Pascal Peregrina Pperegrina at Lastminute.com
Fri Jun 3 06:47:16 EDT 2005


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 at zope.org [mailto:zope-bounces at zope.org]De la part de
Nicholas Avenell
Envoyé : vendredi 3 juin 2005 12:40
À : zope at 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 at 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
**********************************************************************



More information about the Zope mailing list