Enabling ThrottleFilter on our webapp is not functioning.

The resin process will start up, load, open connections, ramp up, then slowly 
die.  The same symptoms for 1, 2, 4, and 6 concurrent allowed connections.  We 
have to turn it off for resin to stay up.

Help!

Resin 3.0.21

web.xml:
<web-app>
...
<filter filter-name="throttle"
        filter-class="com.caucho.filters.ThrottleFilter">
  <init>
    <max-concurrent-requests>4</max-concurrent-requests>
  </init>
</filter>

<filter-mapping url-pattern="/*" filter-name="throttle"/>
...
</web-app>


Thanks,
Adam



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to