Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
TDR Magazine subscribers receive more than the magazine! You also gain additional forum privileges!
Details here: TDR Privileges
Subscribe to TDR Magazine here: https://www.tdr-online.com/
Attention: TDR Forum Junkies To the point: Click this link and check out the Front Page News story(ies) where we are tracking the introduction of the 2025 Ram HD trucks.
Not time for another server, just time to tune the database. The problem is connections, not server load. I've been making tweaks but there's no way to test them until the connections get high...
The connections are HIGH... . the beam of light is upon you...
I realized it was connections after I read the server post. It said something about something about connections. Talk about rolling your eyes and going around in circles.
Give 'em a break guys. Mysql isn't the easiest thing in the world to tune correctly when you're starting to get a ton of users. You have to set max_connections and bunch of other stuff to get it to work right without taking up too many server resources.
WWEEEEWWWW, man I thought we were down for a min, I even started going through withdraws not being able to get on the board, It's all good now thanks for the work.
The server busy message is related. Server load isn't that high when the problems occur. We've had it set to 300 connections at once and it didn't solve the problem. MySQL is getting into a "race" condition and then all connections get blocked. Then users start pounding the system, hitting "refresh" repeatedly until the race condition gets so bad that only a restart of the database will eliminate the problem.
Query A takes 5 seconds, Query B waits that 5 plus takes 5 more. Query C waits those 10 seconds, plus its 5 and so on until a query would take hours. Its problem known with MySQL since its core engine is single threaded and fine tuning will help to avoid the problem... but as mentioned by another in this thread, tuning is difficult (for ANY database engine).
Oh, to those that don't know, even with a 56k or 28. 8k modem you should average much fast than normal page load speeds when using TDR as we use GZIP to compress the pages by up to 90% before transmitting them to you. Most web browsers handle GZIP'd HTML automatically.