Named pipes vs. TCP Channel

  • Thread starter Thread starter UJ
  • Start date Start date
U

UJ

I have multiple programs running on the same machine that need to talk to
each other. Can anybody give me any guidance as to using Named Pipes vs a
TCP Channel?

What are the pros/cons of each?

TIA - Jeff.
 
Hi,


UJ said:
I have multiple programs running on the same machine that need to talk to
each other. Can anybody give me any guidance as to using Named Pipes vs a
TCP Channel?

What are the pros/cons of each?

Both works in the same computer, also IIRC named mipes ARE NOT supported (at
least in 1.1).

Beside of that the deciding point is ,what if at a later time you decide to
use more than one computer or in different networks? in that case you HAVE
to use TCP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top