I am upgrading to VFP8 and would like some advice on the following scenario.
I have 2 applications (one a stand alone app we will call A and a web app
called B) A does all of the work driving real time hardware with a regular
vfp form based interface. This interface is extended to the web server via
B. Now B never relies on A for anything. They share the same data although
buffered for B. B however does receive requests from the web interface which
must be passed to A, these requests must be processed immediately as they
may control some piece of hardware. B requires no response from A other than
to say it recieved the request.
My question then is this.
Am I better off keeping the two apps seperated and communicate between the
two with COM events, or should they be one app that shares all of the
duties?
Thanks in advance,
jrg