Disclaimer : I am a novice in WCF and SOA :P
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 server. While the logic is executing, another call from Client B comes in for the same service.
At this point what happens to the logic that is being executed for Client A ? How does the service manage to serve both the requests ?