Re: mod_ruby, ebury and module problem

Alex Reyes <[email protected]> Wed, 29 Dec 2004 09:35:35 -0500
Newsgroups gmane.comp.apache.mod-ruby
Message-ID <[email protected]>
Arnaud LACOMBE wrote:
> Hello,
> 
> I encoured a strange problem this afternoon with mod_ruby. I use
> mod_ruby with eruby for my CGI which require some module. When I load
> many time a given page the result is not the same each time, The result
> is sometimes the one given by an old version of the module.
> 
> The only one way curently to solve the problem is to restart apache ...

I get virtually the same thing if I make changes to some files.  I'm not 
sure if the problem is only with "require'd" .rb files, or if it also 
happens with .rhtml-only changes.  But I know it happens, and restarting 
Apache fixes it.

It's gotten to the point that I restart Apache on any significant 
change, which is about 80% of the time.

Alex