in reply to
Mason and potential disaster discovery
VirtualHosts normally share a Perl interpreter. You can set up mod_perl2 to run separate ones for each VirtualHost, but it will use a lot more memory. It would be better to fix your code.
Comment on
Re: Mason and potential disaster discovery
Replies are listed 'Best First'.
Re^2: Mason and potential disaster discovery
by
zdzieblo
(Acolyte)
on May 29, 2009 at 15:29 UTC
For the moment I'm testing
'PerlSetVar MasonInPackage MySeperate::Namespace'
which in theory should separate my globals. But thanks for bringing that separate Perl interpreter idea.
[reply]
In Section
Seekers of Perl Wisdom