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.
Some C++, C#, .Net, windows service, GIS thoughts posted by me. 有度量去容忍那些不能改变的事,有勇气去改变那些可能改变的事,有智慧去区分上述两件事。
Sunday, February 27, 2005
Monday, September 27, 2004
Geometry in DTMap
I have read through all the papers and the codes on the JTS. It seems a pretty good chance for me to implement the geometry operation into the DTMap.
Two key issues will be considered: 1> Robust issue . 2> Graph Algorithm.
It is pretty enjoyful to read through those codes, and I can feel the difference between me and those people who wrote the jts. Have been working for about four years, but I am still not statisfied the code which I wrote.
Two key issues will be considered: 1> Robust issue . 2> Graph Algorithm.
It is pretty enjoyful to read through those codes, and I can feel the difference between me and those people who wrote the jts. Have been working for about four years, but I am still not statisfied the code which I wrote.
Subscribe to:
Posts (Atom)