Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: mod_perl: Is it so necessary?

by Anonymous Monk
on Sep 05, 2000 at 12:56 UTC ( [id://31101]=note: print w/replies, xml ) Need Help??


in reply to mod_perl: Is it so necessary?

You wrote: I wonder how many of my scripts I will have to re-write.
you can run your cgi scripts under Apache::Registry without changes
taking advandage of persistent DB connections, fast startup etc. (whell, if the script run clean under "use strict" then it will do also under Apache::Registry...)

Replies are listed 'Best First'.
RE: Re: mod_perl: Is it so necessary?
by le (Friar) on Sep 05, 2000 at 13:05 UTC
    if the script run clean under "use strict" then it will do also under Apache::Registry...

    Well, this is not necessary true. For example, my() scoped variables in nested subroutines are a problem. See the relevant section in the mod_perl guide.

    You might also look at Training wheels again why it is better to rewrite CGI scripts to modperl apps. The mod_perl guide has a nice section about tuning, too.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://31101]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-04-16 05:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found