Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
WCF service call - only one request is being executed at a time

using basichttpBinding
I have tried
Instance mode = Per Call and Concurrency = Multiple
Instance mode = Per Call and Concurrency = Single

both shows same result in wcf-service log,
requests wait in queue untill one request processed.
At a time single request is being processed

Is there any way to call wcf run many instances simultaneously?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900