Re: Dynamic C to C Data Transfer
- From: rpbg123@xxxxxxxxx (Roland Pibinger)
- Date: Sat, 16 Dec 2006 15:33:40 GMT
On Sat, 16 Dec 2006 13:47:40 GMT, Tom wrote:
I need my data generating C program on computer #1 to export small
amounts of data (one - 40 byte data structure) periodically (once per
minute) to a C program on computer #2.
I am considering having computer #1 to create two duplicate data files
sequentially. (file_1.dat & file_2.dat).
Then, Computer #2 tries to open file_2.dat and upon failure it opens
file_1.dat.
Due to how small these files are ... one of these two files should
always be "available" for Computer #2.
Can you explain the rationale behind that proceeding?
.
- Follow-Ups:
- Re: Dynamic C to C Data Transfer
- From: Tom
- Re: Dynamic C to C Data Transfer
- References:
- Dynamic C to C Data Transfer
- From: Tom
- Dynamic C to C Data Transfer
- Prev by Date: Re: C-related Christmas presents
- Next by Date: Re: C-related Christmas presents
- Previous by thread: Re: Dynamic C to C Data Transfer
- Next by thread: Re: Dynamic C to C Data Transfer
- Index(es):
Relevant Pages
|