Re: Open append text files for update simultaneously

Tech-Archive recommends: Fix windows errors by optimizing your registry



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.

.



Relevant Pages

  • Re: Kernel DLL Priviliges
    ... > Normally when an EXE loads the DLL, the DLL uses the same memory ... > stack as the EXE, ... What exactly do you call the "memory stack"? ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Open append text files for update simultaneously
    ... I'd recommend going with a database of some ... computers that are adding data to the stack simply scan the file backwards ... > I need to build an exe that adds a line of data into a stack, ... > being built to act as a printing server. ...
    (microsoft.public.vb.bugs)
  • Re: char mycharacter [256], how to declare?
    ... Space has already been reserved on the stack for 256 chars ... > David Ching wrote: ... >> significant bloat of the .exe if this is done for many big arrays. ...
    (microsoft.public.vc.mfc)
  • Re: Crash under debugger
    ... This is plain C++. ... Looking at the call stack, it looks like our memory manager is being called ... What would make this problem appear when the .exe is run from the debugger, ...
    (microsoft.public.vsnet.debugging)
  • Re: Extranets need a stack too
    ... But extranets don’t really have a stack yet. ... would happen if email relationships had a contract: ... should have service software that allows us manage information sharing ... I should be able to allow my business users to create actual ...
    (microsoft.public.sharepoint.portalserver)