from reading the docs on RLimitCPU, http://httpd.apache.org/docs/2.0/ mod/core.html#rlimitcpu , it looks like this applies only to procs that are _forked_ from apache, rather than the apache children. in the case of modperl, the child proc is the service-er of the request.... is there a config parameter which allows me to limit to CPU and/or memory of the children?

thanks
dave

Reply via email to