[Mono-devel-list] using xsp as webserver

eric lindvall eric at 5stops.com
Mon Jul 7 21:18:11 EDT 2003


I would suggest moving that caching into ConfigurationSettings (so it can
monitor file changes, etc).

I looked around at the ConfigurationSettings classes and it looked like it
would be fairly easy to implement.

e.


On Tue, 08 Jul 2003, Gonzalo Paniagua Javier wrote:

> El mar, 08-07-2003 a las 00:05, Jerome Laban escribió:
> > Here is a little time saver :) The HttpContext class is accessing many
> > times the ConfigurationSettings class, which is *really* slow.
> > 
> > On my honorable Pentium 233MMX (yep, mmx :) ), I got static pages
> > processing falling down from ~250ms to ~25ms. This is still slow, but
> > for that kind of CPU, that's ok.
> > 
> > Hope this will help.
> 
> This is _almost_ ok. The keys should also depend on the file
> modification time.
> 
> Anyway, I can commit this as is and improve it later. What do you think?
> 
> -Gonzalo
> 
> 
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list



More information about the Mono-devel-list mailing list