On Thu, 26 Aug 2004 16:34:50 +0200, Dario Lopez-Kästen <dario@ita.chalmers.se> wrote:
Have you setup your zope's in any particualr way (ie more ZODB threads or so)?
No. Just the default - we can run one ZEO client for each CPU in the machine that's not tasked for something else. They all back onto a single ZEO server (using standard Data.fs). No user data is stored in the ZODB, only the website logic and pretty crap (like the silly amount of branding). The ZEO clients all talk fastcgi via pythondirector to a pile of machines running Apache. They, in turn are behind a pair of cisco LocalDirectors. Internet - LDs - Apache boxes - pythondirector - ZEO client cluster - ZEO server. There's a lot more things going on as well, but the other details are not relevant to this case.