Is there any difference in the way I'd have to write my perl scripts if
using mod_perl? I have a small commercial web server, run a perl web ring
and talk list program on it as well as several other small perl
applications. It sounds to me like installing mod-perl would decrease the
overhead on my processor, but I simply don't have the time to go through
and rewrite all those scripts.
Glen
On Tue, 18 Jul 2000 [EMAIL PROTECTED] wrote:
>Sure. mod_perl makes it so your web server doesn't have to invoke the
>Perl interpreter for every single hit. That alone makes mod_perl worth
>it.
>
>There's a lot of other stuff it does, of course, but that's a huge win in
>itself.
>
>Doug
>
>
>On Wed, 19 Jul 2000, ozbcoz wrote:
>
>> or is that a "too big" question
>>
>> I am coding in Perl - not well but adequately (I use PHP for anything
>> "hard"). Is there a compelling reason to switch to mod_perl ?
>>
>> Jim Carey
>>
>>
>
>