I have a spring REST web service URL http://localhost:8080/MySpringRestService/callSome
How can I restrict concurrent access to web service.
My requirement is to allow only one request to web service at one time.
Any kind of help would be appreciate.