 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Kathryn Bean Guest
|
Posted: Thu Oct 28, 2004 12:27 pm Post subject: TCP socket program where each node initiates connection with |
|
|
I am designing application where each node initiates connection with nodes
and accepts connection with other nodes. This application will be running
on Sun Unix platform. I think each node should perform dual roles, be a
TCP client and a TCP server and executes client and server codes in two
different threads. Is this approach correct? How should my "server" accept
new connections? One node can read several incoming messages and send
messages to different nodes.
Take care.
Kathryn
|
|
| Back to top |
|
 |
John Harrison Guest
|
Posted: Thu Oct 28, 2004 12:33 pm Post subject: Re: TCP socket program where each node initiates connection |
|
|
"Kathryn Bean" <kathryn.bean (AT) sbcglobal (DOT) net> wrote
| Quote: | I am designing application where each node initiates connection with nodes
and accepts connection with other nodes. This application will be running
on Sun Unix platform. I think each node should perform dual roles, be a
TCP client and a TCP server and executes client and server codes in two
different threads. Is this approach correct? How should my "server"
accept
new connections? One node can read several incoming messages and send
messages to different nodes.
|
This is a C++ newsgroup. You are off topic here (comp.lang.c++), try a
networking group.
john
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|