Concurrent request monitoring
Hi there,
Although I'm aware that fronting your web service with some proxy (e.g. Apache Synapse) is likely to be one way to monitor concurrent request (per authenticated client), I've been thinking about how to do this with Spring Web Services.
At they very least, if an authenticated user goes haywire, intentionally or not, I'd like to have some kind of WARN level logging with an indication of how many concurrent requests I'm receiving from the said user, and I'd like to do this within my Spring WS app.
It may be that I'm barking up the wrong tree here.
Would be interested to hear your thoughs.
Cheers,
Nico