PDA

View Full Version : Client of Multiuser Chat


tal0n
04-08-2003, 01:20 AM
I have my server down pat and working fine when telnetting into it. My problem now is with the client (Look at previous post for what I am talking about). I need to be able to send data and recieve it at the same time. I don't know how to do threads and from what I hear there is no security that the entire data will get to its destination when being sent to the same socket through a thread. I wonder if you can use the select function on the client side as well. I'm not sure and would like some assistance. Thank you in advanced.

Uzume
04-09-2003, 09:33 AM
The short answer is yes, select() is likely one of the best ways to solve your problem.