Bram Veldhoen's OLD blog
posts - 13, comments - 27, trackbacks - 0
My Links
Home
Contact
Login
News
Archives
September, 2010 (1)
December, 2009 (1)
September, 2009 (1)
August, 2009 (1)
July, 2009 (1)
February, 2009 (1)
October, 2008 (2)
August, 2008 (2)
July, 2008 (1)
January, 2008 (2)
<< Hirschberg Global Alignment in C# .NET 2.0
|
Home
|
Recursive Orchestration >>
WCF Latency Test Harness and WCF Performance
Moved to here.
Share This Post:
Print
| posted on Saturday, January 26, 2008 4:14 PM |
Feedback
#
re: WCF Latency Test Harness and WCF Performance
Could you please provide a detailed usage and configuration guidance, perhaps also with an example? I was trying to use the code for, however failed desperately
4/17/2008 4:37 PM |
Stefano
#
re: WCF Latency Test Harness and WCF Performance
I am doing similar experiment in 3.5 basically comparing basicHTTP vs WebHTTP(REST).... Have you done any similar experiment on this ?
Also I would like to know why is there so much difference b/n netpipe and basicHTTP - since in both the cases, the payload is the same (SOAP XML)....The only difference I could think of is the netpipe probably reuses the connection but not the HTTP (But when I did a similar experiment I did give the "keepAliveEnabled" for the HTTPclient class... but I still did not get any improvement... Any ideas on this?
5/22/2008 6:16 PM |
vijay
#
re: WCF Latency Test Harness and WCF Performance
Great work guys!! Validates some of my measurements without me having to do all this work!!! Thanks a million.
12/20/2008 6:23 AM |
CPete
#
re: WCF Latency Test Harness and WCF Performance
can you send WcfSvcRunner default EnterpriseLibrary.config file to me?
My Emai is zzdabing@yahoo.cn
thanks a lot
2/27/2009 8:39 AM |
zzdabing
#
re: WCF Latency Test Harness and WCF Performance
Can anyone tell me to configure net.null STEP BY STEP?
3/18/2009 9:38 AM |
Samad Bukhari
#
re: WCF Latency Test Harness and WCF Performance
Do I understand correctly that the benchmarks were made with the client and server on the same computer? If so, have you tried the same benchmarks using two computer connected via e.g. gigabit ethernet?
1/11/2010 1:10 AM |
Anders Sjögren
#
re: WCF Latency Test Harness and WCF Performance
Hi Anders,
Yes, the measurements have all been performed on one and the same computer, so no network latency involved in the measurements. However, the WCF Latency Test Harness allows you to very easily reproduce the tested scenarios, including performing the tests on two different computers (it uses SysInternals psexec to start services remotely, so you DO need the appropriate access rights on both computers).
1/11/2010 4:32 AM |
Bram Veldhoen
Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification:
Enter the code shown above
Remember Me?
Powered by:
Copyright © Bram Veldhoen