Set up a Network using a router.
2007-03-26 17:58:16
·
answer #1
·
answered by Jjjjjjj 4
·
0⤊
0⤋
There's lots of ways to communicate between two programs running on the same computer (pipes, semaphores, shared memory). Probably the easiest way is to write the data to a file, then bring it back in again.
To exchange data on programs running on different computers is more complex, but still there's lots and lots of methods. Which is best depends on what tools and technology you are using and are comfortable with. I typical exchange data via a database.
2007-03-26 17:59:50
·
answer #2
·
answered by Anonymous
·
0⤊
0⤋
A lot of ways, the simplest situation would be two programs each generating and receiving texture stuff to a command line console and you pipe them, but things get complicated within GUIs or programs are needed to run along each other, that's why all kinds of interprocess APIs exist.
2007-03-26 18:19:29
·
answer #3
·
answered by Andy T 7
·
0⤊
0⤋
Use SOAP API calls.
2007-03-26 17:59:17
·
answer #4
·
answered by LexLimo 2
·
0⤊
0⤋