Thanks for the heads-up on squid. I thought it was Linux-only. -- Michael Fraase ARTS & FARCES LLC mfraase@farces.com www.farces.com PGP Fingerprint: 3D85 F3F4 9E65 4949 176A 260C CB47 190D C864 9A96
-----Original Message----- From: Chris McDonough [mailto:chrism@zope.com] Sent: Tuesday, November 20, 2001 10:03 PM To: mfraase@farces.com; zope@zope.org Subject: Re: [Zope] RE: Caching...
- 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