Paul Winkler wrote:
one more thing...
On Thu, Jul 31, 2003 at 04:23:39PM -0500, BZ wrote:
- Up your zope threads (I run at 10) and cache size (10,000)
If you boost the zope threads you probably also want to boost the number of zodb connections, per the Zope Book: http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/MaintainingZope....
"...the number of database connections should always be higher than the number of ZServer threads by a few..."
[snip] I'd like to add that this only applies if you are mainly serving from the ZODB; if your data comes from an external source, for instance an RDBMS, it might make sense to leave the ZODB connections at the default and only increase the number of ZServer threads since they aren't going to hit the ZODB much anyway. - peter.