Hi,

i would like to find out if i want to build a multi client tcp server...
what is a good approach in creating such a server?

something like?
for each client connected......create a new thread to handle that connection......


thanks !