[Zope] Max Connections

Pascal Peregrina Pperegrina at Lastminute.com
Fri Jun 3 07:07:53 EDT 2005


Yup, that's what I did.

I read somewhere that if you don't increase the pool size, as each request
needs a connection object to the ZODB, then some of them may have to wait
until one connection is freed by the others, which makes the zserver-threads
increase useless...

Pascal

-----Message d'origine-----
De : zope-bounces at zope.org [mailto:zope-bounces at zope.org]De la part de
Janko Hauser
Envoyé : vendredi 3 juin 2005 13:06
À : Germer, Carsten
Cc : zope at zope.org
Objet : Re: [Zope] Max Connections



Am 03.06.2005 um 12:54 schrieb Germer, Carsten:

> 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 :)

Carsten look into lib/python/ZODB/component.xml There are all ZConfig  
directives defined and their defaults. From this I would assume the  
following ZODB config

<zodb_db main>
     # Main FileStorage database
     <filestorage>
       path $INSTANCE/var/Data.fs
     </filestorage>
     mount-point /
     cache-size 8000
     pool-size 15
</zodb_db>

HTH,

__Janko

_______________________________________________
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