http://qs1969.pair.com?node_id=473536


in reply to Re: share socket connections amongst multiple threads?
in thread share socket connections amongst multiple threads?

Am I missing what you are trying to do here?

I believe so. Each thread is a spawned socket connection between the server and client that is connecting. When each threaded socket gets sent data on it's respective connection it needs to re-broadcast this data to all the other socket connections. I am not trying to share simple text or integer data between the threads, I am trying to make each socket connection aware of the rest.