G
GrainFed
Hey all.
Help!!
I am trying to create a windows service that will have an
array of data that can be accessed at any given time, as
well as have a stream of data from it.
My question is: How would I go about sharing an array
accross two separate programs with out using tcp. Is tcp
ideal? Would a message queue be ideal for streaming data?
I can't just send the reference of the array to the
program, could I?
(I think I got a little too use to assembly on
microprocessors where one could do anything.)
thanks for all help.
Help!!
I am trying to create a windows service that will have an
array of data that can be accessed at any given time, as
well as have a stream of data from it.
My question is: How would I go about sharing an array
accross two separate programs with out using tcp. Is tcp
ideal? Would a message queue be ideal for streaming data?
I can't just send the reference of the array to the
program, could I?
(I think I got a little too use to assembly on
microprocessors where one could do anything.)
thanks for all help.