C
Chris Smith
Experienced posters,
Got a design type of question for you (using vb.net).
Thinking of a way to implement a group of process client apps, Each of these
executables, will run on different node on a LAN, and a couple across the
internet. I would like them to start up and connect to a "server" to get
data to be worked on and then return the resulting object. Some of the data
will be cached locally on the client processor for logic reasons, but that
data can be updated on any client at any time and will need to be propagated
to the other nodes for use in future processes. If you thing P2P you will
have the idea that I am shooting for, once one of the node has a complete
object loaded, any node should be able to load the object at any time, as
well as updates or complete updated object.
What is the fastest method of doing this? Fastest meaning that update of
updated data across nodes.
Thanks for ideas.
Chris
Got a design type of question for you (using vb.net).
Thinking of a way to implement a group of process client apps, Each of these
executables, will run on different node on a LAN, and a couple across the
internet. I would like them to start up and connect to a "server" to get
data to be worked on and then return the resulting object. Some of the data
will be cached locally on the client processor for logic reasons, but that
data can be updated on any client at any time and will need to be propagated
to the other nodes for use in future processes. If you thing P2P you will
have the idea that I am shooting for, once one of the node has a complete
object loaded, any node should be able to load the object at any time, as
well as updates or complete updated object.
What is the fastest method of doing this? Fastest meaning that update of
updated data across nodes.
Thanks for ideas.
Chris