B
bill
I am looking for a way to have an application that is running in the
background serve data to other applications that only live for short periods
of time.
MainA runs all the time. It reads data from a disk(s) and loads it into some
type of memory, pipe or mailbox.
MainB then runs and has the ability to access the data MainA put in the
queue.
MainC then tells MainA to refresh the queue.
MainB then runs and accesses the new data.
Is this possible?
Am I missing something simple?
background serve data to other applications that only live for short periods
of time.
MainA runs all the time. It reads data from a disk(s) and loads it into some
type of memory, pipe or mailbox.
MainB then runs and has the ability to access the data MainA put in the
queue.
MainC then tells MainA to refresh the queue.
MainB then runs and accesses the new data.
Is this possible?
Am I missing something simple?