This section is from the "Practical mod_perl" book, by Stas Bekman and Eric Cholet. Also available from Amazon: Practical mod_perl
Apache::Resource uses the BSD::Resource module, which uses the C function setrlimit( ) to set limits on system resources such as memory and CPU usage.
Covered in Chapter 5.
Supplied with the mod_perl distribution. See the module manpage for more information.
 
Continue to: