ThrottleFilter

From Resin 3.0

Jump to: navigation, search


resin-web.xml

<web-app xmlns="http://caucho.com/ns/resin">
  <filter filter-name="throttle"
          filter-class="com.caucho.filters.ThrottleFilter">
    <init>
      <max-concurrent-requests>2</max-concurrent-requests>
    </init>
  </filter>
</web-app>
Personal tools