Status
Not open for further replies.

ruturaj3

Journeyman
I m developing a project, the utility works in LAN, the data(like user name,password and some boolean value) will be passed between a server & client machines.
30 to 40 client machines can be connected at a time.

I want to know what should i used for this ?

Socket
tcp
or something like multithreading
 

Pathik

Google Bot
I don't think there is much use of MultiThreading in this unless you want to make the program very efficient.
 
Status
Not open for further replies.
Top Bottom