How can two different programs communicate?

Started by
3 comments, last by CodaKiller 15 years, 4 months ago
What are the ways of communication of two separate programs? I can only think about the next two: - through a file (probably a slow and ugly method) - sockets (well... i would avoid this if possible) Are there any other ways you know?
Advertisement
Named pipes.
There are other ways of doing interprocess communication on a local machine. What kind of communication are you talking about? Is there any particular reason you want to avoid sockets?
On Windows alone there are nine different mechanisms for interprocess communication. Expand things to other platforms and you get more.
Sockets actually sound like a fine idea to me.
Remember Codeka is my alternate account, just remember that!

This topic is closed to new replies.

Advertisement