Limit connection/threads for CXF endpoint?

2016-02-01 Thread Sergey Maslov
Hi! I have web application that provides several soap service endpoints and consumes several services as clients. One of endpoints receives too many requests so it consumes much cpu resources and the rest of application services freeze. We also get "Executor queue is full, run the oneway

Re: Limit connection/threads for CXF endpoint?

2016-02-01 Thread Sergey Beryozkin
Hi. Dan did a nice demo, see a 'throttling' demo in the distribution, it uses a Codahale library to do the advanced rate invocation checks, right now it can delay the overflowing responses using the suspended invocations mechanism, from 3.1.6 one would be able to abort such requests with