Sunday, February 27, 2005

The Code Project - Testing TCP and UDP socket servers using C# and .NET - C# Programming

The Code Project - Testing TCP and UDP socket servers using C# and .NET - C# Programming

I am starting to write a serious TCP/UDP socket testing for the E911server . Honestly, the version I wrote before using visual basic is too simple, and naive. Thanks for Len Holgate. It's always joyful to find something exciting on codeproject.

The E911 server really hasn't passed a stress test yet, there are only limited connections so far. And I am sure the synchronous TCP/IP socket programming is not the best way to approach.

I am glad that I have restructured the program completely, it's always good to separate the business logic out of the programming logic.