accidently deleted someone elses thread?
That was the problem here... when I posted my thread it said it was posted @ 9:30... but It was only like 8:45.... So when cyborg posted... his reply was posted before mine so when he deleted it it deleted the whole thing... I think brains fixed the problem though
So, guess that just means I'll have to hack the code some more

Not to mention, occasionally the cron job runs and the time server is either unavailable or times out and you miss the update.
Trending Topics
One thing that you may want to try is (from your post it sound like you have 3 webserver and 1 db server or db server cluster) syncing all of the webserver clocks to the database server and the database servers clock to the atomic clock. If the db server is not publicly accessable you could try syncing all the webserver clocks to one server and then sync that one server to the atomic clock. Either way I would Imagine that it would be hard for the server times to get over 45 minutes out of whack from each other.
One thing I noticed is that you said you have a cronjob syncing the server times, ntpd should be ran as a daemon so that it is always running and adjusting the server time.
Anyway, I dont mean to come off as telling you how you should run your setup. Because, to be honest this is one of the better forum implementations that I have seen.
The Best V8 Stories One Small Block at Time

I daemonize as few extraneous processes as possible -- if you run an extremely high-load server, you should too
Granted, ntpd is pretty lightweight, but the less running the better. An hourly clock sync is fine, because if your clock drifts more than that, you have serious hardware problems. The issue this morning was when the server was restarted (which is rare unto itself, but I digress) the clock ended up being about an hour off. The only reason why I brought up ntpd was becuase, wihtout knowing the server was rebooted, the clock seemed to get way off way quick, which would either be a hardware bug (but you would have issues with other apps since the linux system time is a counter running in realtime and not based off the bios clock at all) or in some cases a kernel bug.
Either way the fact that you have a vb forum supporting this many users with the good response times is a testimante to yours and the other administrators knowledge and skill.

(That is a big truck, btw!
) 
