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.

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.