UseEffectiveCount with MP

I am allowing 20 requests per second, but the number of MPs are more, they are 100. I have used <useEffectiveCount>true</useEffectiveCount>. In this case how my spike arrest will work? If there are 2 requests hit 2 MPs at a particular time, how my spike arrest will behave?

request = 20ps

MP = 100

EffectiveCount = true

Solved Solved
0 1 223
1 ACCEPTED SOLUTION

Not applicable

As effective count is true all counters should get sync in all messages processor. But you are having huge number of MPs so it may give little more or less counts, because of time to sync.

As per calculation in every 1000/20 = 50milisecond 1 request should be allowed.

View solution in original post

1 REPLY 1

Not applicable

As effective count is true all counters should get sync in all messages processor. But you are having huge number of MPs so it may give little more or less counts, because of time to sync.

As per calculation in every 1000/20 = 50milisecond 1 request should be allowed.