in reply to Re^4: Howto implement versions of object instances
in thread Howto implement versions of object instances
It's not as bad as all that. If you needed to run 20 processes before, you still only need 20, split between the different versions. You will see some increase in memory, but not in database connections. URI stuff shouldn't be a big deal if you are running a proxy server, and you should be running a proxy server if you run mod_perl.