Hi,
We are building an ASP.NET Webshop connected through web services. For the web service calls we use one NAV external user. As assumed this consumes no licensed session, but we observe at most two concurrent sessions for this user. All others are queued. When we distribute the calls to multiple users we get more concurrent sessions (2 * users). In the service CustomSettings I only found MaxConcurrentCalls and no setting on a per user base. Does somebody know about a registry setting or is this a fixed value? What possibilities do I have to get more than two concurrent connections without distributing the load manually between users? Or did you experience that this is no problem in a production webshop?
Looking forward to your experiences.
0