How does Concurrency work in WCF?

前端 未结 5 1106
天涯浪人
天涯浪人 2021-01-31 21:57

I am a novice in WCF and SOA. I am just starting out on these, I have a theoretical doubt:

Client A has called a service and the logic is currently executing on the se

5条回答
  •  执念已碎
    2021-01-31 22:12

    Well the service is executing the requests in seperate Threads.

    So they might get executed at the same time.

提交回复
热议问题