[Zope] Zope web server load info
Jens Vagelpohl
jens@zope.com
Fri, 18 Jul 2003 15:30:34 -0400
no problem at all. make sure to use a good cache (squid) and make
extra-sure that every resource sets caching headers. use the
caching_policy_manager tool built into CMF for that.
as i have found trying to make a plone site cacheable is that plone
does everything in its power to be completely uncacheable, and it does
that in very insidious ways like setting caching headers inside
templates, etc (!). you will have to experiment to ensure that you root
out all of that.
jens
On Friday, Jul 18, 2003, at 15:08 US/Eastern, Stan Baptista wrote:
> Hi all,
>
> I'm considering using Zope/Plone for a site that
> currently supports an avg. of 300,000 hits/month and
> can go upward of 900,000 hits during peak months.
>
> Does anyone know if:
>
> 1) that presents any problems
>
> 2) are there stress stats anywhere that I can take a
> look at?
>
> Thanks,
>
> Stan