|
|
|
|
|
mod_perl |
|
mod_perl is very suited to heavily-visited pages with intensive use of CGI. mod_perl deposits a run-once Perl script in the memory area of the web server instance. This means the script does not have to be read from disk and compiled again for the next call. This can, on occasion, lead to a drastic increase in the execution time of the script. Especially scripts with a MySQL connection benefit from an increase in execution time by using mod_perl. |
|
 |
Do you have further questions? We're happy to advise you. |
|
|
|
|
|
|