> I don't believe that any time server would allow you to check the time > that often, it would probably consider it as a DoS attack or some > sort of abuse.
There seems to be a way around this. Instead of a particular time server, you can specify an NTP server pool. Some of these pools contain literally thousands of time servers, and they use "round robin" to select a server when you request time. So, you can request time multiple times per second without hitting any particular server too often. I am using Apache NTPUDPClient.java to get time every 100 milliseconds, and it seems to be running smoothly. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "JBookTrader" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jbooktrader?hl=en -~----------~----~----~----~------~----~------~--~---
