29 Mar
2004
29 Mar
'04
10:30 p.m.
Dennis Allison wrote at 2004-3-26 18:20 -0800:
Does the size of the connection cache need to grow when Zope runs more threads. I currently am running 8 threads (default 4). I note that the current OODB connection cache size is FIXED at 7.
When you allocate more threads, you probably should allow for more ZODB connections.
From Zope 2.7 on, you can control this via the configuration file.
-- Dieter