[Mono-list] mono 1.1.15 outputcache
jim hunt
jim at helvector.com
Wed Jul 19 13:28:10 EDT 2006
update again
thanks robert...just experimenting with some settings and its now
working
great for my purposes
<%@ OutputCache Duration="180" VaryByParam="*" Location="Any" %>
is working sweetly...i just got too hung up on it not working with
'server'
as the location before, as that was the key way i wanted it to do it.
but 'anys'
good too!
thanks again
jim
-----Original Message-----
From: jim hunt on behalf of jim hunt
Sent: Wed 19/07/2006 17:44
To: Robert Jordan; Mono-list at lists.ximian.com
Cc:
Subject: RE: [Mono-list] mono 1.1.15 outputcache
thanks robert
but now i use 'ServerAndClient' it doesn't seem to cache at all
<%@ OutputCache Duration="3000" VaryByParam="*"
Location="ServerAndClient" %>
it always shows me a new version of the page...no matter what
else i do
any ideas how i can get this working at all...or is it just a
bit broken?
or have i got something mixed up now?
i'll report the it anyhow
cheers again for your response
jim
-----Original Message-----
From: Robert Jordan
Sent: Wed 19/07/2006 17:12
To: Mono-list at lists.ximian.com
Cc:
Subject: Re: [Mono-list] mono 1.1.15 outputcache
Hey,
The VaryByParam="None" semantics are not implemented in
Mono.
Use a true parameter name or "*" instead.
Instead of Location="Server", use "ServerAndClient".
Please file a bug at http://mono-project.com/Bugs.
Robert
> hey
>
> quick update, i updated to 1.1.16 and am still
experiencing exactly the
> same sitation (was just to confirm i hadn't done
anything silly to my
> 1.1.15
> installation) and it seems that the outputcache is
mostly working, it
> either
> returns the page the first time, or after the cache
expires, but when it
> should
> return from the cache it just responds with a blank
page. how does mono
> store this cache? is there somewhere i need to allow
mono to write in
> the
> filesystem or something? any ideas?
>
> cheers again
> jim
>
>
>
> -----Original Message-----
> From: jim hunt on behalf of jim hunt
> Sent: Wed 19/07/2006 14:12
> To: Mono-list at lists.ximian.com
> Cc:
> Subject: mono 1.1.15 outputcache
>
>
>
> hey
>
> quick question - should outputcache work ok on
1.1.15? (fedora 5
> apache mod_mono)
>
> i just added the following at the top of an aspx
page to see and
> it to test
>
> <%@ OutputCache Duration="300" Location="Server"
> VaryByParam="None"%>
>
> now the first time i hit the page it comes back
fine, but after
> that it just comes
> back blank
>
> is there anything else i need to do to allow
page and partial
> caching in mono?
>
> also, little asp.net question thats related,
does anyone know
> how to cache
> the output of ashx handler pages?
>
> thanks in advance
> jim
>
>
>
>
>
>
------------------------------------------------------------------------
>
> _______________________________________________
> Mono-list maillist - Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
_______________________________________________
Mono-list maillist - Mono-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 8658 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-list/attachments/20060719/c23a0bc5/attachment-0001.bin
More information about the Mono-list
mailing list