Deadlocks in WebService performance
Hi,
I am stress testing my WebService and witnessing sequental processing.
The WebService calls a service which takes 5 seconds to complete.
It looks like the requests are being processed one at a time and not in paralel.
Im am using the same user for all requests. IIS is configured for Basic Authentication against active directory.
Each request is processed ok (no error) - they are just processed one at a time.
Any help appreciated.
DD
|