Menu

#13 server should send messages parallel

open
6
2003-05-19
2003-05-19
Tim Felser
No

At this time the a message reveived from a client is
sent to all other clients by the receiving
client-thread, one after another.
Though the connection speed of all clients affects each
other, depending on the order in the client-list.
-> relay messages to the clients at once, using their
listen-thread will speed up the connection for all clients

Discussion


Log in to post a comment.