asp.net - Calling WCF Services from web site: one call or many? -


This may sound like a very stupid question - and maybe it is!

For calls through a WCF service for an ASP.NET website:

Three web clients click on a button that calls the WCF service simultaneously.

Does the web server 3 make concurrent calls? (Like the WCF service receives 3 concurrent calls) on one side of each web client?

My guess is that it will have to do this ... but I suddenly doubted myself!


Comments