Perrin Harkins wrote:
You can also run separate mod_perl backends
I usually like this approach since it gives you a lot of control and let's you
manipulate (start, stop, etc) one instance without having to affect others. It
also gives you more scaling options as you can in the future easily
Hi,
> we're looking for a way to offer version handling to our serverside perl
> app.
You'll find many discussions of this in the mailing archive with
multiple options.
> My first ideas goes as:
>
>
> PerlSwitches -I /some/path/v2.0.0/
> PerlResponseHandler run
>
>
>
> Pe