Per http://www.plope.com/Books/2_7Edition/MaintainingZope.stx#2-27 , it still says write your own custom_zodb.py . Can you point me to the exact location ? Regards, Danny -----Original Message----- From: zope-bounces@zope.org [mailto:zope-bounces@zope.org] On Behalf Of Paul Winkler Sent: Thursday, September 07, 2006 9:16 AM To: zope@zope.org Subject: Re: [Zope] custom_zodb.py Unless you are using Zope 2.6, don't do that. For Zope 2.7 or later, see the 2.7 version of the book at plope.com. Some chapters were never updated from the 2.6 version but even so it's much improved. For zope 2.7 or later, what you want to do is now done by editing zope.conf. On Thu, Sep 07, 2006 at 08:44:08AM +0800, Sinang, Danny wrote:
In the Zope Book v2.6, it says :
"Each database connection maintains its own cache (see above, "Database Cache"), so bumping the number of connections up increases memory requirements. Only change this setting if you're sure you have the memory to spare.
To change this setting, create a file called "custom_zodb.py" in your Zope installation directory. In this file, put the following code:"
Am not sure which directory "Zope installation directory" pertains to.
Is this the fresh directory from the Zope .tar.gz file ?
Or is this the already-installed directory ? Or would it be the instance directory ? If so, which subdirectory do I place custom_zodb.py ?
Regards, Danny
_______________________________________________ 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 )
-- Paul Winkler http://www.slinkp.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 )
On Thu, Sep 07, 2006 at 09:24:34AM +0800, Sinang, Danny wrote:
Per http://www.plope.com/Books/2_7Edition/MaintainingZope.stx#2-27 , it still says write your own custom_zodb.py .
Can you point me to the exact location ?
Argh, I believe this means the book is still out of date on that point. I've never needed to tweak the number of connections, but AFAICT googling for "pool-size" and either "zodb" or "zope.conf" may be helpful. -PW -- Paul Winkler http://www.slinkp.com
participants (2)
-
Paul Winkler -
Sinang, Danny