On Wed, Sep 21, 2011 at 1:12 PM, Aleksey Shipilev <aleksey.shipi...@gmail.com> wrote: > On Tue, Sep 20, 2011 at 10:34 PM, Doug Lea <d...@cs.oswego.edu> wrote: > From the code perspective, it appears to be point change.
I take that assertion back. I understand the Delayed elements which are using constant delays need to be carefully recalibrated after deserialization, which will probably require storing advanced metainfo (i.e. "absolute time-to-fire") in serialized form. Most of the examples for DelayQueue I saw had the elements which are self-calibrating, i.e. calling System.cTM() to infer real time. -Aleksey.