[Mono-list] OutputCache in mono-0.30

Tiago Lima tiago.lima@vianw.pt
Sun, 8 Feb 2004 21:44:09 +0000


Hi,

I was using an old daily on production servers, to serve ASP.NET pages. I was 
quite happy until it started to fail every now and then, so I had to restart 
mod_mono every time it happened... I realized that when under heavy load, or 
when submitting forms, mod_mono or mono would go down :(

So I decided to upgrade to the 0.30 version to see if this was solved. I've 
installed mono-0.30 and mod_mono-0.7 from the 0.30 mono launch. Now I think 
it does not have the other problem (at least for the moment), but it appears 
that OutputCache isnt working because in the other mono it was working.
Were there any changes in the way to "activate" page caching?

I'am using the following:

<%@ OutputCache Duration="259200" VaryByParam="none" Location="Server" %>

Is this correct?

Thanks in advance,
	Tiago Lima