I have a application running on a Windows 2008 R2 server. Office users access the application locally on the LAN.
I have tablet users with a mobile version that has a cut down database on their tablets.
When they need to update their tablets back to the server, they connect to the server database with wifi and the tablet runs a 'sync' to update the server database.
The tablet users are technicians who are field based, and they need to be able to enter and edit data regardless of the availability of internet.
However, the cpu in the tablets is low power and therefore the sync process takes quite a while.
What I would like to do is create a program that can reside on the server do do the heavy lifting.
I need to find a way to make the program start and run on the server, not to execute locally on the tablet (which is normal behavior when executing a remote program)
Can anyone help with a way to achieve this?
I have tablet users with a mobile version that has a cut down database on their tablets.
When they need to update their tablets back to the server, they connect to the server database with wifi and the tablet runs a 'sync' to update the server database.
The tablet users are technicians who are field based, and they need to be able to enter and edit data regardless of the availability of internet.
However, the cpu in the tablets is low power and therefore the sync process takes quite a while.
What I would like to do is create a program that can reside on the server do do the heavy lifting.
I need to find a way to make the program start and run on the server, not to execute locally on the tablet (which is normal behavior when executing a remote program)
Can anyone help with a way to achieve this?