Hi All
 
I've just started playing with CGI::Application, and I'm really enjoying it.
I've got a couple of questions that I hope someone can lend their experience
to
 
1. Will CGI::Application work in a shared hosting environment where I won't
be able to compile it myself. I'm hoping that I can copy across my
installation and set my "use lib" in my scripts? (I guess this also applies
to CGI::Session too). I've had a quick browse through the files and it seems
to be okay, but there may be dependencies that I'm not aware of...
2. I'm wondering how people split their application module. My shared host
seems to perform okay, so I may be able to stick the whole app in one
module, but I'm wondering if anyone has found that it's better to spread the
load across a number of modules to reduce compilation time etc. Sadly,
mod_perl isn't an option for me
 
Thanks
 
Dan

Reply via email to