Allows for a message to be shown without the need to enable full fastcgi debugging
Suggested message: "Warning: load threshhold of $threshhold reached. Consider setting a higher value for the number of FastCGI engines." (and include additional data like binary, maybe vhost that triggered it, etc? - things to help debug/ensure the right one will be modified)
Right now the only way to measure fastcgi load is using fastcgi.debug = 1 and having the error log grow infinitely large and have to manually check it periodically for "load: XX" to be close to what i've set for the number of processes to spawn-fcgi.
FOR 1.5.x:
I'm looking at the docs now.
I'm thinking this setting should be related to the "proxy-core.max-pool-size" setting. I don't know how 1.5.x works, but it would be nice to be notified when a certain (configurable) threshhold is reached, so it is understood to change the configuration to start more engines.