We want to implement the overload mechanism on our web service. Basically, we want to reject incoming SOAP requests when the TPS (transaction per second) value reaches the specified value, for example, 100 or 150. To do this, we need to count the number of requests received and the number of responses sent.
Could you suggest me where to start this implementation? How to count requests and answers?
Thanks a lot, Sekhar
source
share