Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[milo-dev] [Q] How to keep the specified sampling interval accurately on the server

Hi Kevin,

Is there a way to keep the specified sampling interval accurately
when developing a server ? For example, when 100 (msec) is specified,
it took 110 (msec), so the next sampling is done at 90 (msec).

Looking at the code of SubscriptionModel.java, it seems difficult
because it uses ScheduledExecutorService.

Regards,

--Shigeru


Back to the top