in reply to Re^2: different versions of same Perl module in different Apache vhosts
in thread different versions of same Perl module in different Apache vhosts

I'm not sure about this, since I've never used Apache::PerlVINC. It seems like it should work, but would probably still affect performance in both. I think Apache::PerlVINC causes the modules to be re-compiled every time, which is a performance hit, and will ruin the copy-on-write shared memory that mod_perl would otherwise benefit from.
  • Comment on Re^3: different versions of same Perl module in different Apache vhosts