Hi Jan, Thanks for sharing this - didn't know Jetty can do so many things.
I have a bit read and this is more suitable when servers can't handle big amount of requests and want to pick some for priority processing. In our case, is some IP consumed huge bandwidth from our server/datacenter, 5G per day from one IP, and everyday. We want to keep it down to lower our data centre costs. Cheers, cheney On 06/12/2011, at 11:21 AM, Jan Bartel wrote: > Xin, > > You should start with Jetty's QosFilter (Quality of Service filter): > > http://wiki.eclipse.org/Jetty/Reference/QoSFilter > > regards > Jan > > On 5 December 2011 17:57, Xin Chen <[email protected]> wrote: >> Hi, >> >> Can you Jetty do this? >> >> Specifying the maximum request e.g. 1000 per day or per hour, for certain >> IP. If that IP reaches the limit, Jetty will show them error message etc. >> >> Thanks, >> cheney >> _______________________________________________ >> jetty-users mailing list >> [email protected] >> https://dev.eclipse.org/mailman/listinfo/jetty-users > _______________________________________________ > jetty-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/jetty-users _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
