time - Timestamped messages in Akka -


i have actor emits messages other actors. these messages contain timestamp comes system.currenttimemillis , therefore based on time of jvm emitting actor resides in.

if remote actor on node - time not synchronized emitting actor - uses timestamp calculating e.g. duration based on system.currenttimemillis, results possibly not correct.

are there helpers available in akka tackle such time-related problems , internal time actorsystem synchronized each actor, no matter if it's local or remote?


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -