So I ran into something strange in WCF and wanted to know which areas to potentially look at. Basically when making 100 calls from a proxy to a service with no pause between calls response time was very fast. When I did the same test and put the thread to sleep for say 15 seconds between calls the response time is significantly worse. Instead of say 200ms the response time was 800ms-1.5 sec.
What areas should I look at which could be causing this, or is this some expected behavior that I do not know of.