Hi,
I would like to develop a Windows Mobile application that will need to synchronize with a server in near real time (up to 1 second).
The device is connected to the network.
I taught about using a constant TCP/IP link between the device and the server but I heard that there might be some problems with that:
- It consumes the battery.
- The IP of the device might change.
Does anyone has experience with that
The second approach is that the server will somehow activate a trigger in the device and the device will open open a connection to the server, is this possible
Thanks,
Avi Golan.