Bertrand Delacretaz wrote:
I've got several instances of Cocoon running behind a common httpd
server via virtual hosts and mod_proxy.

I'd like to make sure that no more than N simultaneous requests hit
each of these Cocoon instances, to avoid the case where one instance
gobbles up all the available connections.

If you are running Tomcat, you can set this limit on Tomcat side, IIRC, this is part of connector configuration. I don't know for sure, but Jetty should have similar configuration too.

Vadim

Reply via email to