XFdestek
Kurucu Üye
php's
Consider the case;
time()
function is non-monotomic. This means it can technically go backwards, noticeable on machines which use a timesync service on a very busy forumConsider the case;
- UserA starts replying
- finalSetup - Clock N,
Post.post_date
= N
- finalSetup - Clock N,
- Clock progress to N+1
- Another users posts, updating the
xf_thread
recordxf_thread.last_post_date
= N+1
- Timsync causes the clock to be set to Clock N
- UserA's request reloads the last post...