|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re: Is mod_perl going the way of the dinosaur?by hippo (Archbishop) |
| on May 12, 2022 at 10:43 UTC ( [id://11143825]=note: print w/replies, xml ) | Need Help?? |
|
Short answer: no. Longer answer: mod_perl is used to embed a perl interpreter into Apache and this allows for the creation of filters and handlers in Perl. That's an awesome feature and it's the only way to do this. However, BitD mod_perl was sold on the efficiency benefits of a persistent dynamic server so a large number of less well-informed people thought that this was the only reason to use it. With the advent of FastCGI, PSGI, etc. this becomes less of a reason to use mod_perl so that segement of the user base has generally migrated away. The core who use it for other purposes remain. FastCGI, no longer downloadable from some servers (phased out already), seems to be promoted here; but I am left wondering where one obtains it? From https://httpd.apache.org/download.cgi#mod_fcgid A friend wants to run my scripts on his Windows computer. Your friend might benefit from some persuasion regarding their choice of operating system ;-) If 🦛
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||