> -----Original Message----- > From: Etienne Marcotte [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 30, 2001 8:20 AM > To: [EMAIL PROTECTED] > Subject: Is ggoing to mod_perl easy? > > > I am now doing my website not using mod_perl. I am however > using strict > everywhere. > > If I see that the performances aren't satisfying (on a mySQL > database), > would it be hard to go to mod_perl? Or it's really better to develop > right from the start in mod_perl? > > I have an hard time fully understanding how mod_perl works so > that's why > I'm asking:-)
mod_perl is not too hard to install, but you need to carefully study the information in the mod_perl guide at http://perl.apache.org/guide to see all the approaches and considerations. Configuring mod_perl is relatively easy, but you need to plan things out. Again, the guide is indispensable. Once installed and configured, using mod_perl is a breeze. You can start with Apache::PerlRun and run your existing CGI scripts unchanged. For an additional boost in speed, you can covert them to run under Apache::Registry with some minor changes. mod_perl is *far* more than a faster CGI environment. I highly recommend investing the time and effort to get it working for you. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]