Always want to do a performance test program, accidentally found in the NetworkCommsV3 version has been, slightly modified, the test results sent to you for reference
Only native tests, both client and server are on a single computer (if the server and client are deployed on different computers, the CPU share should be lower)
Computer for testing:
The program uses the. NET Framework4.0 version
Console program
Test One:
Number of connections: 500
Data size 50 bytes
Test method, send data on each connection once, traverse send completes, wait 30 milliseconds, then next round send
Test Result: CPU occupancy fluctuates between 30%-40%
Test Two:
Number of connections: 800
Data size 30 bytes
Test method, send data on each connection once, traverse send completes, wait 50 milliseconds, then next round send
Test Result: CPU occupancy fluctuates between 30%-40%
Today is more late, testing procedures and so have time to tidy up, the exe file to put up for everyone to test
NETWORKCOMMS Communication Framework V3 performance test