<br><br><div class="gmail_quote">On Sun, Oct 28, 2012 at 11:22 PM, Christopher Armstrong <span dir="ltr">&lt;<a href="mailto:radix@twistedmatrix.com" target="_blank">radix@twistedmatrix.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On Sun, Oct 28, 2012 at 1:28 PM,  <span dir="ltr">&lt;<a href="mailto:exarkun@twistedmatrix.com" target="_blank">exarkun@twistedmatrix.com</a>&gt;</span> wrote:<br></div></div><div class="gmail_quote">
<div><div class="h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div>On 05:57 am, <a href="mailto:dynamicgl@gmail.com" target="_blank">dynamicgl@gmail.com</a> wrote:<br>
&gt;Hi All<br>
&gt;<br>
&gt;    I am quite concerned the ticket 2424 due to our system use<br>
&gt;reactor.callLater almost anywhere. I know this issue is hard to be<br>
&gt;finxed<br>
&gt;otherwise It wouldn&#39;t exist for such a long time. So any work around<br>
&gt;before<br>
&gt;we getting fix it? The only way I can do is to disable NTP or stop<br>
&gt;process,<br>
&gt;sync the time manually and then restart the process. The latter way is<br>
&gt;hard<br>
&gt;to be accepted due to we have many machines.<br>
<br>
</div></div>NTP does not cause problems with scheduling.  NTP gradually slews the<br>
system clock - it does not introduce discontinuities (either forward or<br>
backward), it changes the rate at which time passes until the system<br>
clock agrees with the external clock.<br>
<br>
If you have systems configured to have their system clocks jump<br>
(`ntpdate` is sometimes used for this), fix them to not be configured<br>
this way.<br>
<br>
#2424 is primarily about user-initiated events, primarily on desktop<br>
machines - a user changing the system time, a user suspending the<br>
machine (and later unsuspending it).  There&#39;s little or no reason for<br>
problems related to #2424 to ever come up on a properly maintained<br>
server.<br>
<br></blockquote><div><br></div></div></div><div>I think that for *certain* uncommon types of applications, even the very minor skewing of ntp can cause problems, but I wonder if gelin yan has encountered real problems caused by the ntp skewing in the application under discussion. Gelin, you did not describe what problem you&#39;re actually having. If you would, that would benefit the continuation of the discussion.</div>
<span class="HOEnZb"><font color="#888888">
<div><br></div><div>-- </div></font></span></div><span class="HOEnZb"><font color="#888888">Christopher Armstrong<br><a href="http://radix.twistedmatrix.com/" target="_blank">http://radix.twistedmatrix.com/</a><br><a href="http://planet-if.com/" target="_blank">http://planet-if.com/</a><br>
<br><br>
</font></span><br>_______________________________________________<br>
Twisted-Python mailing list<br>
<a href="mailto:Twisted-Python@twistedmatrix.com">Twisted-Python@twistedmatrix.com</a><br>
<a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python" target="_blank">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a><br>
<br></blockquote></div><br><div>Hi Christopher </div><div><br></div><div>   I didn&#39;t encounter any problem with twisted so far but it happened a few years ago when I deployed the system (based on C#/C++) on windows. Sometimes, the timer stopped running.</div>
<div><br></div><div>    Bugs triggered by this issue are not really easy to be detected. That is why I am concerned. </div>