Re: multiple instances of one web application

2004-11-17 Thread perrin
> thanks for the info, might be a bit much afford. Not at all -- you can run them all on a single machine. There should be no extra cost to this approach except a bit more setup work. > do you know any way to put some placeholders inside the perl code that > will be replaced before compilation?

Re: multiple instances of one web application

2004-11-17 Thread Harald Meier
Perrin wrote: I would echo what Stas said about rethinking your need for this. It's not something that is easy to support in Perl. However, if you really need to do it without changing your application code or using virtualhosts, you would probably have to do it by running multiple mod_perl backe

Re: multiple instances of one web application

2004-11-17 Thread Harald Meier
Gernot Homma wrote: i think you can use instances instead of classes, under mod_perl 1 i have the following setup (the code ist just to show how it should work ;.) under mod_perl, i think you just have to change the name of the directives(PerlHandler => PerlResponseHandler), but i'm not shure, i

Re: multiple instances of one web application

2004-11-16 Thread perrin
> i would like to install the same application more than once on the same > web-server without changing the application code. I would echo what Stas said about rethinking your need for this. It's not something that is easy to support in Perl. However, if you really need to do it without changing

Re: multiple instances of one web application

2004-11-16 Thread Stas Bekman
Harald Meier wrote: dear group, i am developing a web application using apache 2.0 and mod_perl 2.0. the application is split into a couple of perl modules. i would like to install the same application more than once on the same web-server without changing the application code. so http://www.f

AW: multiple instances of one web application

2004-11-16 Thread Gernot Homma
Hello Harald,   i think you can use instances instead of classes, under mod_perl 1 i have the following setup (the code ist just to show how it should work ;.) under mod_perl, i think you just have to change the name of the directives(PerlHandler => PerlResponseHandler), but i'm not shure,

multiple instances of one web application

2004-11-16 Thread Harald Meier
dear group,i am developing a web application using apache 2.0 and mod_perl 2.0.the application is split into a couple of perl modules.i would like to install the same application more than once on the same web-server without changing the application code.so    http://www.foo.bar/myapp/instanc

multiple instances of one web application

2004-11-16 Thread Harald Meier
dear group, i am developing a web application using apache 2.0 and mod_perl 2.0. the application is split into a couple of perl modules. i would like to install the same application more than once on the same web-server without changing the application code. so http://www.foo.bar/myapp/instanc