文件名称:JBSocketServerTestSource
- 所属分类:
- TCP/IP协议栈
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 108.54kb
- 下载次数:
- 0次
- 提 供 者:
- 王**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Testing TCP and UDP socket servers using C# and .NETWhen you re developing a TCP/IP server application it s easy to test it poorly. It s easy to fire requests into a server, check the responses and assume that s enough. Even if you re testing using the actual production client application you may find that you are failing to fully test the server under heavy load or unusual network conditions. You may be using two or more machines, but your development network probably doesn t cause the kind of packet fragmentation and delays that you might encounter in the wild. Often when testing in the development environment your server only ever receives complete, distinct messages, and this can lead novice developers to assume that this is how it always is. As we pointed out in a previous article, the server developer is always responsible for breaking up the TCP byte stream into protocol specific chunks.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 576515jbsocketservertestsource.zip 列表 SocketServerTest/ SocketServerTest/EchoServerExTest/ SocketServerTest/EchoServerExTest/AssemblyInfo.cs SocketServerTest/EchoServerExTest/Configuration.cs SocketServerTest/EchoServerExTest/Conversation.cs SocketServerTest/EchoServerExTest/ConversationCreator.cs SocketServerTest/EchoServerExTest/EchoServerExTest.csproj SocketServerTest/EchoServerExTest/EchoServerExTest.csproj.vspscc SocketServerTest/EchoServerExTest/MessageExchange.cs SocketServerTest/EchoServerExTest/ServerTest.cs SocketServerTest/EchoServerExTest/Test Config Files/ SocketServerTest/EchoServerExTest/Test Config Files/EchoServerExTest.xml SocketServerTest/EchoServerExTest/Test Config Files/EchoServerExTest2.xml SocketServerTest/EchoServerExTest/Test Config Files/vssver.scc SocketServerTest/EchoServerExTest/vssver.scc SocketServerTest/EchoServerTest/ SocketServerTest/EchoServerTest/AssemblyInfo.cs SocketServerTest/EchoServerTest/Configuration.cs SocketServerTest/EchoServerTest/Conversation.cs SocketServerTest/EchoServerTest/ConversationCreator.cs SocketServerTest/EchoServerTest/EchoServerTest.csproj SocketServerTest/EchoServerTest/EchoServerTest.csproj.vspscc SocketServerTest/EchoServerTest/MessageExchange.cs SocketServerTest/EchoServerTest/ServerSignOn.cs SocketServerTest/EchoServerTest/ServerTest.cs SocketServerTest/EchoServerTest/Test Config Files/ SocketServerTest/EchoServerTest/Test Config Files/EchoServerTest.xml SocketServerTest/EchoServerTest/Test Config Files/vssver.scc SocketServerTest/EchoServerTest/vssver.scc SocketServerTest/LargePacketEchoServerTest/ SocketServerTest/LargePacketEchoServerTest/AssemblyInfo.cs SocketServerTest/LargePacketEchoServerTest/Configuration.cs SocketServerTest/LargePacketEchoServerTest/Conversation.cs SocketServerTest/LargePacketEchoServerTest/ConversationCreator.cs SocketServerTest/LargePacketEchoServerTest/LargePacketEchoServerTest.csproj SocketServerTest/LargePacketEchoServerTest/LargePacketEchoServerTest.csproj.vspscc SocketServerTest/LargePacketEchoServerTest/MessageExchange.cs SocketServerTest/LargePacketEchoServerTest/ServerSignOn.cs SocketServerTest/LargePacketEchoServerTest/ServerTest.cs SocketServerTest/LargePacketEchoServerTest/Test Config Files/ SocketServerTest/LargePacketEchoServerTest/Test Config Files/LargePacketEchoServerTest.xml SocketServerTest/LargePacketEchoServerTest/Test Config Files/vssver.scc SocketServerTest/LargePacketEchoServerTest/vssver.scc SocketServerTest/PacketEchoServerTest/ SocketServerTest/PacketEchoServerTest/AssemblyInfo.cs SocketServerTest/PacketEchoServerTest/Configuration.cs SocketServerTest/PacketEchoServerTest/Conversation.cs SocketServerTest/PacketEchoServerTest/ConversationCreator.cs SocketServerTest/PacketEchoServerTest/MessageExchange.cs SocketServerTest/PacketEchoServerTest/MessageExchange2.cs SocketServerTest/PacketEchoServerTest/PacketEchoServerTest.csproj SocketServerTest/PacketEchoServerTest/PacketEchoServerTest.csproj.vspscc SocketServerTest/PacketEchoServerTest/ServerSignOn.cs SocketServerTest/PacketEchoServerTest/ServerTest.cs SocketServerTest/PacketEchoServerTest/ServerTest2.cs SocketServerTest/PacketEchoServerTest/Test Config Files/ SocketServerTest/PacketEchoServerTest/Test Config Files/PacketEchoServerTest1.xml SocketServerTest/PacketEchoServerTest/Test Config Files/PacketEchoServerTest2.xml SocketServerTest/PacketEchoServerTest/Test Config Files/PacketEchoServerTest3.xml SocketServerTest/PacketEchoServerTest/Test Config Files/PacketEchoServerTest4.xml SocketServerTest/PacketEchoServerTest/Test Config Files/vssver.scc SocketServerTest/PacketEchoServerTest/vssver.scc SocketServerTest/SimpleProtocolServerTest/ SocketServerTest/SimpleProtocolServerTest/AssemblyInfo.cs SocketServerTest/SimpleProtocolServerTest/Configuration.cs SocketServerTest/SimpleProtocolServerTest/Conversation.cs SocketServerTest/SimpleProtocolServerTest/ConversationCreator.cs SocketServerTest/SimpleProtocolServerTest/MessageExchange.cs SocketServerTest/SimpleProtocolServerTest/ServerSignOn.cs SocketServerTest/SimpleProtocolServerTest/ServerTest.cs SocketServerTest/SimpleProtocolServerTest/SimpleProtocolServerTest.csproj SocketServerTest/SimpleProtocolServerTest/SimpleProtocolServerTest.csproj.vspscc SocketServerTest/SimpleProtocolServerTest/Test Config Files/ SocketServerTest/SimpleProtocolServerTest/Test Config Files/SimpleProtocolServerTest.xml SocketServerTest/SimpleProtocolServerTest/Test Config Files/vssver.scc SocketServerTest/SimpleProtocolServerTest/vssver.scc SocketServerTest/SocketServerTest/ SocketServerTest/SocketServerTest.Interface/ SocketServerTest/SocketServerTest.Interface/AssemblyInfo.cs SocketServerTest/SocketServerTest.Interface/Configuration.cs SocketServerTest/SocketServerTest.Interface/IConversation.cs SocketServerTest/SocketServerTest.Interface/IConversationCreator.cs SocketServerTest/SocketServerTest.Interface/IMessage.cs SocketServerTest/SocketServerTest.Interface/IMessageExchange.cs SocketServerTest/SocketServerTest.Interface/IResponseDatagramHandler.cs SocketServerTest/SocketServerTest.Interface/IResponseStream.cs SocketServerTest/SocketServerTest.Interface/IResponseStreamHandler.cs SocketServerTest/SocketServerTest.Interface/ISocketServerTest.cs SocketServerTest/SocketServerTest.Interface/ITcpMessageExchange.cs SocketServerTest/SocketServerTest.Interface/IUdpMessageExchange.cs SocketServerTest/SocketServerTest.Interface/SocketServerTest.Interface.csproj SocketServerTest/SocketServerTest.Interface/SocketServerTest.Interface.csproj.vspscc SocketServerTest/SocketServerTest.Interface/vssver.scc SocketServerTest/SocketServerTest.sln SocketServerTest/SocketServerTest.vssscc SocketServerTest/SocketServerTest/App.ico SocketServerTest/SocketServerTest/AssemblyInfo.cs SocketServerTest/SocketServerTest/Configuration.cs SocketServerTest/SocketServerTest/ISocketClient.cs SocketServerTest/SocketServerTest/SocketServerTest.csproj SocketServerTest/SocketServerTest/SocketServerTest.csproj.vspscc SocketServerTest/SocketServerTest/SocketServerTestMain.cs SocketServerTest/SocketServerTest/TCPSocketClient.cs SocketServerTest/SocketServerTest/UDPSocketClient.cs SocketServerTest/SocketServerTest/vssver.scc SocketServerTest/vssver.scc