[Mono-aspnet-list] Re start mono after compile?

Gonzalo Paniagua Javier gonzalo.mono at gmail.com
Thu Jul 23 08:13:24 EDT 2009


This should work just fine. Perhaps there's a bug when the application
is shutting down and starting a new AppDomain... Could you create the
smallest test case you can get to reproduce this problem and enter it in
bugzilla? Which version of mono? Does it happen with xsp2 too?

-Gonzalo

On Wed, 2009-07-22 at 23:44 -0700, Mark DevGood wrote:
> Any ideas on this one?
> 
> Mark
> 
> 
> Mark DevGood wrote:
> > 
> > Here are the steps to my problem
> > 
> > 1) Website works fine
> > 2) Compile the website using:
> > 
> > gmcs /t:library /out:bin/xline.Website.Tasks.Website.dll -pkg:dotnet
> > -debug+ -recurse:*.cs
> > 
> > 3) Now refresh the website, and the page seems to be loading constantly
> > and won't stop even for hours.
> > 4) Execute sudo /usr/sbin/apachectl restart OR 
> >     Click on Restart all mod-mono-server processes in the mono control
> > panel under 'All Backends' OR
> >     Click on Restart Server in the mono control panel under XXGLOBAL
> > 
> > 5) Refresh the website, and it loads up OK
> > 
> > This is easily repeatable on all my machines running mono. Now this is a
> > real problem for me, because when I publish my webpages to my hosted
> > webserver, I am not able to restart apache or mono. This means the webpage
> > will not respond in the browser after I update/recompile unless I email
> > admin to restart apache which as you can imagine he is not too happy
> > about.
> > 
> > So question is...what needs to be done so that a simple recompile is
> > sufficient to update a website without needing to restart apache/mono.
> > 
> > Many thanks
> > Mark
> > 
> > 
> 



More information about the Mono-aspnet-list mailing list