21 Nov
2001
21 Nov
'01
4:03 a.m.
- enable caching on Zope
Done and already cited.
According to the symptoms you describe and your description of the caching setup, you still probably need to cache more. It really is the answer to this problem. If you're not caching all the pages that are getting slammed, your caching setup is not really useful.
- put Squid in front of your Zope
Excellent advice for Linux users.
Squid also runs on Windows 2000. See http://www.serassio.it/SquidNT.htm.
- create static versions of the most accessed page(s)
That's a good idea.
Note that this is all that caching is, except non-automatic. Cheers, - C