How to implement a simple reader/writer in python chat-server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wangolo
    New Member
    • Aug 2012
    • 4

    How to implement a simple reader/writer in python chat-server

    Hello there i am facing a very complicated problem. When many clients like five and above connected to my chat server and start Chatting the clients on the chat get there message mixed all together, like when one client is still typing and the other client sends the message the client who is writing get his message modified so every thing is messed up. How can i make sure that not Client message is being Modified
    Here is my that server codes.
    Attached Files
Working...