Hi All;
I currently have a vfp tsr running as a service on machine A. Machine A also has the database for the network.
Machine B accesses the database on Machine A via network.
Currently, I have machine B placing a record in a 'job' que on machine A of which the tsr service checks periodically. Finding a new record in the 'job' que, Machine A takes appropriate action.
I'm hoping there is a better way to do this such that I can avoid a timer loop. Somthing like Machine B directly calls a process on Machine A, rather then having Machine A check files for an open 'Job'.
Any suggestions are welcome!
Thanks,
Alan
I currently have a vfp tsr running as a service on machine A. Machine A also has the database for the network.
Machine B accesses the database on Machine A via network.
Currently, I have machine B placing a record in a 'job' que on machine A of which the tsr service checks periodically. Finding a new record in the 'job' que, Machine A takes appropriate action.
I'm hoping there is a better way to do this such that I can avoid a timer loop. Somthing like Machine B directly calls a process on Machine A, rather then having Machine A check files for an open 'Job'.
Any suggestions are welcome!
Thanks,
Alan