W
web1110
Hi y'all,
I am playing with some initial ideas for a system. What I want to do is
maintain classes on a central server and instantiate them as needed on
client machines. Essentially, changing a class and loading it on a server
will automatically distribute to clients when instantiated. I want the
classes to run on the client by value, not by reference. I've been reading
about how to do this using remoting etc. and my head is spinning.
I would appreciate some discussion on achieving this approach just to try to
clear the cobwebs that have been forming.
I appreciate any help you folk can provide.
Thanx,
Bill
I am playing with some initial ideas for a system. What I want to do is
maintain classes on a central server and instantiate them as needed on
client machines. Essentially, changing a class and loading it on a server
will automatically distribute to clients when instantiated. I want the
classes to run on the client by value, not by reference. I've been reading
about how to do this using remoting etc. and my head is spinning.
I would appreciate some discussion on achieving this approach just to try to
clear the cobwebs that have been forming.
I appreciate any help you folk can provide.
Thanx,
Bill