View Single Post
Old 08-15-2010, 07:43 AM   #66
Aeran
Member
 
Join Date: May 2005
Posts: 208
Aeran is on a distinguished road
Re: Developing from scratch

There's a lot of things you could look at:
1. Concurrency issues if you decide to use threading.
2. Data structure/flow organization.
3. Command parsing.

I don't think there is anything wrong with starting early with telnet negotiation. If you don't consider the low level issues from the start you can get problems later - e.g if you mistakenly assume that data arrive as one chunk.
Aeran is offline   Reply With Quote