Consider Using Weak References with Cached Data. This will use the frameworks
garbage collection to remove infrequently uses items from cache. There is
sample implemtation in the MSDN libray.
http://msdn.microsoft.com/library/en-us/dnpag/html/scalenetchapt05.asp

Signature
Robert Livermore B.Sc. MCSE+I MCSD MCDBA
Cetaris
www.cetaris.com
> I have a web service that, also when hosted in its own application pool,
> often grows in memory due to the kind of request made (they involves heavy
[quoted text clipped - 15 lines]
> Regards
> Massimo
Massimo Gentilini - 22 Aug 2005 17:27 GMT
> Consider Using Weak References with Cached Data. This will use the
> frameworks
> garbage collection to remove infrequently uses items from cache. There is
> sample implemtation in the MSDN libray.
>
> http://msdn.microsoft.com/library/en-us/dnpag/html/scalenetchapt05.asp
Thank you, I'm investigating this road.
Regards
Massimo