I have a simple question about queries in WCF. WCF automatically queues requests for a service (the service is single-point) when several users request the same process, that is, they say that I have a function that takes some time and two users make a call to this function whether WCF automatically request queue, so that after the completion of the first request, he begins to process the next?
~ Just Wondering
source share