| python Programming Glossary: recvd_dataThread synchronization, Python http://stackoverflow.com/questions/9521113/thread-synchronization-python  #the bellow is the receive thingy try recvd_data c.client.recv self.size if recvd_data or recvd_data close n.. receive thingy try recvd_data c.client.recv self.size if recvd_data or recvd_data close n  print Client str c.address disconnected..... try recvd_data c.client.recv self.size if recvd_data or recvd_data close n  print Client str c.address disconnected...  self.socket_event.clear.. 
 |