snelders wrote:
If the Itick.getTime() return value would be internet connection dependent different people would get different ITick.getTime() gesponses for the same tick
Tick receive it's time on the server when it's created. Same time for all clients. The same time is saved into the database for historical use. Servers are synchronized with well known "perfect" time servers and time assigned to ticks should be very close to real GMT time.
snelders wrote:
To put my second question in other words; If an ITick with timestamp value GMT0 + 0ms gets processed by your system, how many milliseconds have passed by the time the ITick leaves your system and enters the internet. I'm just interested in the 'process' time of your system on your local LAN, not the internet connection.
This time is a small amount of a total time that tick needs to get to your system. There is a powerful servers with many CPU that are connected with fast local network (don't know the details but it's likely there is 1Gb/s ethernet so delays are very small). Maybe you can tell us about your problem and we could help you with your particular case?