View Single Post
Old Dec 25th, 2005, 9:49 PM   #3
nindoja
Programmer
 
Join Date: Jun 2005
Posts: 92
Rep Power: 4 nindoja is on a distinguished road
What I am building is a networking application that receives data from the server, then based on the first part of the data, sends the information to the console window of the specified program. That program then processes the information and gets user input back from the user. The user input is then sent back to the original program, which then sends the data back to the server to be used. The reason I am doing it this way is because I cannot bind one program to many ports, so I thought this would be the best way to do so. If it isn't, I would appreciate ideas.
nindoja is offline   Reply With Quote