I'm real new to this, so any info is appreciated. Couldn't find an answer searching.

How can I get two seperate threads to communicate? The seperate threads don't end, so I don't think I can use join.

One thread instantiates a class that connects to a server via TCP. The other thread instantiates a class that waits for clients to connect, and send data.

What I'd like to do is pass the request from the client(s) to the server and vice versa.

TIA,
Mike