Porting to mod_perl is not exceptionally difficult. Once you have your Apache/mp server up you can still run your scripts as regular cgi, and "port" them to mod_perl one by one. When you "port" a script to mod_perl, you simply need to put it into a directory where scripts are being compiled with mp as from the directory (/cgi-bin) where they are being executed as cgi. You only need to take caution that your scripts run normally under mp.
Here you have the advantage that you are already using strict. Having done this from the beginnning will make your life several times easier as you port. Read http://perl.apache.org/guide/porting.html for more. Hth. Sid. -----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:-) Etienne -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]