Re: Send Msg To Specific Tcp Client from Tcp Server Python

2016-08-10 Thread Anil reddy reddy M
On Thursday, August 11, 2016 at 11:36:47 AM UTC+5:30, dieter wrote: > Anil reddy reddy M writes: > > > I was written a simple tcp server in python, which is nicely communicating > > with multiple tcp clients. My Tcp Server can accept multiple clients at > > time, each client as a new thread. I

Re: Send Msg To Specific Tcp Client from Tcp Server Python

2016-08-10 Thread dieter
Anil reddy reddy M writes: > I was written a simple tcp server in python, which is nicely communicating > with multiple tcp clients. My Tcp Server can accept multiple clients at time, > each client as a new thread. I want send message to specific tcp client after > some time. > I can client Ad