Hi there, I have a multi thread server so I can deal with the clients. But this is my problem. I am always receiving info coming from clients. and from X to X time I have to do a send(X) according to the X info that i am constantly receiving from each client.

Is there anyway of doing this simply and efficiently?

Best regards in advance