[Mono-list] Where is mod_mono caching

Bill Medland billmedland at mercuryspeed.com
Wed Feb 8 18:21:49 EST 2006


I am trying to work with mod_mono and ASP.NET 2.0 under Linux, 
with precompiled C# code.  In particular I want to make sure I 
understand what is going on.  Currently I clearly don't.  Can 
someone explain where the various stages are being cached?

I started with the "populate-on-demand" test in the xsp package.
I can run it under mod_mono and it works as expected.

So I compiled the populate.cs file into populate.dll and placed 
that in the bin directory and removed the cs file, so that I was 
sure that it was the dll being used.  That seemed to work.  So I 
then removed the dll to proved the point.  It continued to work.  
I'm confused.  Where is it getting the code from?

I've tried restarting the mono server, restarting the Apache, 
clearing out dubious looking stuff from the GAC, ... but it 
still works when I was expecting it to fail.

Can someone explain where the various copies of the 
populate.cs/dll reside?

-- 
Bill Medland
mailto:billmedland at mercuryspeed.com
http://webhome.idirect.com/~kbmed


More information about the Mono-list mailing list