You can have a detailed look at this @ WCF forums- http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/dc4a2ee7-fa3b-4ea5-9bf6-1bd6e141954f?prof=requiredSummary:When you move your WCF client from Windows XP and/ or Windows Vista to Windows 7, there is a significant beating on performance. Seems like there is quite some network configuration related setting in Windows 7 which is causing this or may be WCF isn't aware of some optimal way of communicating with application hosted on Windows 7.further info -Giedrius wrote sample wcf test (simply created new wcf service web application), hosted it on IIS 6 on windows 2003 write a client that uses it and got same result (actualy result is even clearer now - all requests from Windows 7 took > 500ms, all requests from XP took < 10ms). (details are in that link). My production applications stats are also mentioned in that link. This happens on x86 and x64 both.
Product Version