![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Newbie
Join Date: Sep 2005
Posts: 21
Rep Power: 0
![]() |
Inter-program Communication
I need to communicate between two seperate programs. One will read in data from the user, and the second program will take that data and output it. Easy enough, only I'm trying to figure out the most effective ways to do this. I can either:
1) Write the data read in from the 1st program to a file, then read it in from the 2nd program. The problem with this is I'm not sure how the 2nd program will know when there is txt written to the file. 2) Use shared memory. I've never done this before, and not exactly sure where to get information on how it would be done. 3) Use a socket, although I need to do things locally without using networks or IP's addresses. Basically I'm just looking to be pointed in the right direction for the most effective way to do such a thing. This is the first time I've ever done inter-program communication. Suggestions please! |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|