[Mono-list] Heavy loaded web-site on Mono

Robert Jordan robertj at gmx.net
Sat May 19 12:44:26 EDT 2007


makska wrote:
> Hello!
> 
> Now I'm trying to launch big web-site consists of about 100.000
> dynamic web-pages (about 100kb each without images) which has about
> 50.000 hits per day.
> 
> I've got some difficulties launching this web-site on FreeBSD with
> Mono 1.2.3:
> 
> 2. Behavior of Cache object. Value of Cache.Count variable is in
> about 2 times higher than number of Keys available via
> Cache.GetEnumerator(). Even when I didn't add any object to Cache,
> Cache.Count indicates 20-30 entries which are unavailable via
> enumerator.

The hidden entries are generated by the <% @OutputCache %> directive.
Maybe Cache.Count should take this into account.

Please file a bug with a small test case at
	http://mono-project.com/Bugs.

Robert



More information about the Mono-list mailing list