[Zope] Re: compile time optimizations for python

2008-01-19 Thread Suresh V.
Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - Tune the ZEO disk cache size (the warning sign is seen lots of "ZEO cache flip" entries in the event log). Can you explain this some more? 1. Do we increase the cache size when we see these ZEO cache flips? 2. What is

Re: [Zope] Re: compile time optimizations for python

2008-01-19 Thread Andreas Jung
--On 19. Januar 2008 13:42:30 +0530 "Suresh V." <[EMAIL PROTECTED]> wrote: Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - Tune the ZEO disk cache size (the warning sign is seen lots of "ZEO cache flip" entries in the event log). Can you explain this some more?

[Zope] Re: compile time optimizations for python

2008-01-19 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Suresh V. wrote: > Tres Seaver wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> > >> - Tune the ZEO disk cache size (the warning sign is seen lots of >>"ZEO cache flip" entries in the event log). >> > > Can you explain this some mor

Re: [Zope] Re: compile time optimizations for python

2008-01-19 Thread Dieter Maurer
Tres Seaver wrote at 2008-1-18 16:31 -0500: > ... > - Tune the ZEO disk cache size (the warning sign is seen lots of > "ZEO cache flip" entries in the event log). Modern ZEO versions no longer use a flipping client-cache. The cache is now maintained in a single disk file (and no longer two, with

Re: [Zope] compile time optimizations for python

2008-01-19 Thread Dieter Maurer
David Bear wrote at 2008-1-18 10:21 -0700: >are there any compile time optimizations for python that would also >help optimize zope? shared libraries? threads? As an additional hint to save memory: Ensure that the ZODB cache size is tight for the "temporary" database (which contains the sess

Re: [Zope] Re: suddenly confused

2008-01-19 Thread Dieter Maurer
Tres Seaver wrote at 2008-1-18 21:06 -0500: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >David Bear wrote: >> I'm doing my first zeo setup, and suddenly I'm not sure about my >> products directory. Do I put all products in a products directory of >> the zeo server or in each zope instance? >

Re: [Zope] Re: suddenly confused

2008-01-19 Thread Chris McDonough
On Jan 19, 2008, at 1:39 PM, Dieter Maurer wrote: Tres Seaver wrote at 2008-1-18 21:06 -0500: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Bear wrote: I'm doing my first zeo setup, and suddenly I'm not sure about my products directory. Do I put all products in a products directory of

Re: [Zope] Re: compile time optimizations for python

2008-01-19 Thread Allen Schmidt Sr.
So would this also apply to older zopes? Like 2.7.5?? Exactly where is that changed and in what increments are safe to increase it by? Thanks Allen Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Suresh V. wrote: Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Ha