J
Just_a_fan
I am thinking about splitting a program I have into a service component
to collect data and a presentation piece to display it. It would
require sending about 40KB of data when a display is needed. I would
rather stay away from an access database and don't really know enough
about SQL and what it would take to go that way, or even if it would
work.
I would like to know what suggestions members have on how to implement a
data transfer like that on request. It would not be every second but
just when the user asked for an update of the graph.
Just don't know where to start researching this. Pointers to a process
I can research would be appreciated. If it takes a database, then so be
it but would like to explore other avenues until that is found to be the
best or only answer.
These two processes will be on the same machine to start with but may be
on separate machines later on. I have heard about named pipes but don't
know how they work yet, either.
Just wondering. It may never happen and is not a commercial project nor
a school assignment. Just something I am using to help learn .NET after
so many years on VB6.
Thanks for any pointers on how to proceed or just not even bother.
Mike
to collect data and a presentation piece to display it. It would
require sending about 40KB of data when a display is needed. I would
rather stay away from an access database and don't really know enough
about SQL and what it would take to go that way, or even if it would
work.
I would like to know what suggestions members have on how to implement a
data transfer like that on request. It would not be every second but
just when the user asked for an update of the graph.
Just don't know where to start researching this. Pointers to a process
I can research would be appreciated. If it takes a database, then so be
it but would like to explore other avenues until that is found to be the
best or only answer.
These two processes will be on the same machine to start with but may be
on separate machines later on. I have heard about named pipes but don't
know how they work yet, either.
Just wondering. It may never happen and is not a commercial project nor
a school assignment. Just something I am using to help learn .NET after
so many years on VB6.
Thanks for any pointers on how to proceed or just not even bother.
Mike