Re: Open append text files for update simultaneously
- From: chook.harel@xxxxxxxxx
- Date: 12 Oct 2005 09:01:58 -0700
Ok, so now i'll descrive the whole system:
I need to build an exe that adds a line of data into a stack,
The exe should be able to run on several computers and write
simultaneously into the stack.
(The stack is FIFO).
Now, at the same time, I need another exe that runs all the time (like
a windows process or something)
and it will constantly check the stack to see if its not empty.
If its not empy it should then take the first line of data and process
it (the process here is irrelevant).
Deleting it from the stack.
Now, Me and my crew came out with the two options, one sharing a text
file (harder to code but better performance when running)
Access DB (better coding, less performance).
Basically the line of data is printing info, and the whole module is
being built to act as a printing server.
(The program who reads the lines of data will then start with the
printing procedure)
Now that you know the whole concept. Please advise.
.
- Follow-Ups:
- Re: Open append text files for update simultaneously
- From: Robert Morley
- Re: Open append text files for update simultaneously
- References:
- Open append text files for update simultaneously
- From: chook . harel
- Re: Open append text files for update simultaneously
- From: Someone
- Re: Open append text files for update simultaneously
- From: Someone
- Re: Open append text files for update simultaneously
- From: chook . harel
- Re: Open append text files for update simultaneously
- From: Someone
- Re: Open append text files for update simultaneously
- From: chook . harel
- Re: Open append text files for update simultaneously
- From: Someone
- Open append text files for update simultaneously
- Prev by Date: Re: Open append text files for update simultaneously
- Next by Date: Re: Unable to change font size of Datagridview column in vb2005
- Previous by thread: Re: Open append text files for update simultaneously
- Next by thread: Re: Open append text files for update simultaneously
- Index(es):
Relevant Pages
|