• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Are ATOT forums load balanced?

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
Originally posted by: nakedfrog
Originally posted by: her209
If the FT code is doing an SQL INSERT into the back-end database via ODBC or some other database connection using a call to get the time on the local server receiving the HTTP POST to pass as a function parameter, then the race condition is obvious.
I can't imagine why you'd use anything other than the DB time, though.
Maybe the DB has no server-side function calls.
 
Originally posted by: her209
Originally posted by: Legendary
Originally posted by: her209
If the FT code is doing an SQL INSERT into the back-end database via ODBC or some other database connection using a call to get the time on the local server receiving the HTTP POST to pass as a function parameter, then the race condition is obvious.
I'm not saying you're wrong, this would definitely cause warps, but who in their right mind would ever code something this way?
Maybe it was never intended for it to be run on multiple front-end servers.

Good point. I do a ton of load balancer designs/work and it is always dependant on "can the front end web servers do what is needed?". I can sticky you to a particular front end based on any number of things, but if the app can't handle it...well.
 
Originally posted by: alkemyst
I think pretty load balanced, the trolls seem to crap equally in each of the sub forums.

You think so? I think some are more trolled than others. And some are trolled in higher quality whereas others are trolled with higher quality.
 
Originally posted by: phoenix79
My understanding is that the DB server clock is out of sync with the Webserver causing the problem, but my opinion doesn't mean much

you said it not us....by the way who are you>???lol
 
Originally posted by: OCguy
They just need to heighten the load module and reboot the sychronizer. Maybe even reverse the polarity of the frequency gauge. Then if they would switch to dilithium crystal inceptors that were murcury balanced the syncronizing circuit would would be totally discomboobulated there by negating the effectiveness of the load module!


Everyone knows this.

 
If it was using db time then it would likely be consistent on inserts, my guess is load balanced front end that is using system time to build the sql queries and it's those which are out of sync. If the db was load balanced and out of sync then .... oh boy!

Fusetalk is 90% ok in terms of what it offers, just the remaining 10% proves damn annoying and buggy!
 
Originally posted by: oogabooga
Originally posted by: alkemyst
I think pretty load balanced, the trolls seem to crap equally in each of the sub forums.

You think so? I think some are more trolled than others. And some are trolled in higher quality whereas others are trolled with higher quality.

synthetic benchmarks don't accurately show real world conditions.
 
Honestly, how long does it take to upgrade from fusetalk to vB? No way a competent team should take this long for this task. What is going on? Have they released any info about what is taking so long?

I'm a software dev and have worked on datacenter moves and site redesigns for sites bigger than ATOT so I'm speaking from experience.
 
When grabbing the list of messages there is no reason in the world to order by time anyway. I have never seen this time warp issue on any other forum anywhere.
 
Originally posted by: KingGheedora
Honestly, how long does it take to upgrade from fusetalk to vB? No way a competent team should take this long for this task. What is going on? Have they released any info about what is taking so long?

I'm a software dev and have worked on datacenter moves and site redesigns for sites bigger than ATOT so I'm speaking from experience.

Wouldn't moves be more the System Administrators job than the developer?

I don't know why people are so in a wad about software we have been using for years. They all have pros and cons.
 
I highly doubt it is a "bug" as some like to say. I don't think it occurred after any specific updates. Time synchronization issues only slightly make sense because it shouldn't work in that manner. I always assumed it was you guys doing something on the client side somehow since I've never once had a time warp.
 
I am willing to bet it's client side and more than likely a cookie insertion a la how to become a mod in the past.
 
Back
Top