Re: I need some idea about one unusual module with threaded communication :

2011-08-22 Thread Nick Kew
On Mon, 22 Aug 2011 07:21:25 -0600 Joe Lewis wrote: > On Sun, Aug 21, 2011 at 8:57 AM, milad rezai wrote: > > > How can I communicate between different thread (one thread per client)? > > > > Problem : I need to develop a module with persistent connections, I have > > two > > kind of clients :

Re: I need some idea about one unusual module with threaded communication :

2011-08-22 Thread Joe Lewis
On Sun, Aug 21, 2011 at 8:57 AM, milad rezai wrote: > How can I communicate between different thread (one thread per client)? > > Problem : I need to develop a module with persistent connections, I have > two > kind of clients : one of them persistently sends data on connection and > another must

I need some idea about one unusual module with threaded communication :

2011-08-21 Thread milad rezai
How can I communicate between different thread (one thread per client)? Problem : I need to develop a module with persistent connections, I have two kind of clients : one of them persistently sends data on connection and another must use and get from first kind of connections and place on his sock