To improve performance you can use <parameter name="scope" value="application"/>I am using the webservice to handle requests from about 500 clients, and I am wondering if what you are saying is correct. If I used the application scope then if I handle the concurrency issue this should work well?
This service will be created once and will serve all requests, but you should handle yourself concurent requests.
Is there any examples of such a web service that can be examined?