Achievement unlocked!GoCubsGo wrote: ↑Sun Jul 13, 2025 10:45 pmLOLbannination wrote: ↑Sun Jul 13, 2025 10:38 pmHm... well, this may sign everyone out.... but lemme try a couple things here.
Definitely signed me out, right in the middle of posting!
Site Traffic/July 4th
-
- Captain
- Posts: 5628
- Joined: Sun Sep 16, 2012 7:58 am
- Location: Hendersonville
- Contact:
Re: Site Traffic/July 4th
- Vrede too
- Superstar Cultmaster
- Posts: 58455
- Joined: Fri Apr 03, 2015 11:46 am
- Location: Hendersonville, NC
- GoCubsGo
- Admiral
- Posts: 22558
- Joined: Sun Sep 23, 2012 2:22 am
Re: Site Traffic/July 4th
I'm still getting signed out.
Eamus Catuli~AC 000000 000101 010202 020303 010304 020405....Ahhhh, forget it, it's gonna be a while.
Foxtrot
Delta
Tango
Foxtrot
Delta
Tango
- neoplacebo
- Admiral of the Fleet
- Posts: 12599
- Joined: Mon Sep 17, 2012 1:42 pm
- Location: Kingsport TN
Re: Site Traffic/July 4th
My sign in is same as ever. Never been signed out by anyone but me. This thing uses Mozilla.
-
- Captain
- Posts: 5628
- Joined: Sun Sep 16, 2012 7:58 am
- Location: Hendersonville
- Contact:
Re: Site Traffic/July 4th
How is everything feeling today? We seem to be handling the full load that singapore and AI can throw at us now and yet still feel pretty responsive. At least that's what I'm seeing.
Damn, nevermind -- new level of load just came in after I posted that it's feeling slow. More tweaking needed.
Damn, nevermind -- new level of load just came in after I posted that it's feeling slow. More tweaking needed.
- GoCubsGo
- Admiral
- Posts: 22558
- Joined: Sun Sep 23, 2012 2:22 am
Re: Site Traffic/July 4th
Yeah, slowed down some.bannination wrote: ↑Tue Jul 15, 2025 6:25 pmHow is everything feeling today? We seem to be handling the full load that singapore and AI can throw at us now and yet still feel pretty responsive. At least that's what I'm seeing.
Damn, nevermind -- new level of load just came in after I posted that it's feeling slow. More tweaking needed.
Cleared by browser history and it took care of my sign in problem.
Eamus Catuli~AC 000000 000101 010202 020303 010304 020405....Ahhhh, forget it, it's gonna be a while.
Foxtrot
Delta
Tango
Foxtrot
Delta
Tango
- Vrede too
- Superstar Cultmaster
- Posts: 58455
- Joined: Fri Apr 03, 2015 11:46 am
- Location: Hendersonville, NC
Re: Site Traffic/July 4th
Intermittent slowness. Irony -bannination wrote: ↑Tue Jul 15, 2025 6:25 pmHow is everything feeling today? We seem to be handling the full load that singapore and AI can throw at us now and yet still feel pretty responsive. At least that's what I'm seeing.
Damn, nevermind -- new level of load just came in after I posted that it's feeling slow. More tweaking needed.
When I first tried to open your post:
Refresh opened your post.Unable to connect
An error occurred during a connection to www.blueridgedebate.com.
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer’s network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the web.
When I tried to reply to your post:
Refresh:General Error
SQL ERROR [ mysqli ]
Too many connections [1040]
An sql error occurred while fetching this page. Please contact an administrator if this problem persists.
"Try again" opened reply page.Unable to connect
An error occurred during a connection to www.blueridgedebate.com.
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer’s network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the web.
F' ELON
and the
FELON
1312. ETTD. 86 47.
and the
FELON
1312. ETTD. 86 47.
-
- Captain
- Posts: 5628
- Joined: Sun Sep 16, 2012 7:58 am
- Location: Hendersonville
- Contact:
Re: Site Traffic/July 4th
Thanks, I know I can fix this just by banning all their IPs which I may have to go back and do ultimately, but this is giving me a good chance to try and tune the problem away. At least provided the problem doesn't piss anyone off so much it makes posting a pain the ass.Vrede too wrote: ↑Tue Jul 15, 2025 8:03 pmIntermittent slowness. Irony -bannination wrote: ↑Tue Jul 15, 2025 6:25 pmHow is everything feeling today? We seem to be handling the full load that singapore and AI can throw at us now and yet still feel pretty responsive. At least that's what I'm seeing.
Damn, nevermind -- new level of load just came in after I posted that it's feeling slow. More tweaking needed.
When I first tried to open your post:Unable to connect
An error occurred during a connection to www.blueridgedebate.com.
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer’s network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the web.
It's a fairly delicate balancing act, if I let the webserver immediately server any number of connections it wants, it can handle it, but the database server gets completely overwhelmed by them sending way of 100 requests per second so we slow down.
If I limit the amount of connections to the web server it queues things that can't be processed immediately so less load on the database server. However the webserver queue being backed up can also make it slow, but also it can make it faster because the database can answer more quickly and keep the queue to a minimum. So it's finding what the right maximums are in ever chaning conditions.
Right now the average request time is about 6000ms which is completly unacceptable. I've got some good monitoring going on now so I can see results closer to real time instead of using the force.
-
- Captain
- Posts: 5628
- Joined: Sun Sep 16, 2012 7:58 am
- Location: Hendersonville
- Contact:
Re: Site Traffic/July 4th
bannination wrote: ↑Tue Jul 15, 2025 8:16 pmThanks, I know I can fix this just by banning all their IPs which I may have to go back and do ultimately, but this is giving me a good chance to try and tune the problem away. At least provided the problem doesn't piss anyone off so much it makes posting a pain the ass.Vrede too wrote: ↑Tue Jul 15, 2025 8:03 pmIntermittent slowness. Irony -bannination wrote: ↑Tue Jul 15, 2025 6:25 pmHow is everything feeling today? We seem to be handling the full load that singapore and AI can throw at us now and yet still feel pretty responsive. At least that's what I'm seeing.
Damn, nevermind -- new level of load just came in after I posted that it's feeling slow. More tweaking needed.
When I first tried to open your post:Unable to connect
An error occurred during a connection to www.blueridgedebate.com.
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer’s network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the web.
It's a fairly delicate balancing act, if I let the webserver immediately server any number of connections it wants, it can handle it, but the database server gets completely overwhelmed by them sending way over 100 requests per second so we slow down. (It's be intersting to see how many requests per second they are actually trying to send us, but that would without a doubt run us out of CPU and memory).
If I limit the amount of connections to the web server it queues things that can't be processed immediately so less load on the database server. However the webserver queue being backed up can also make it slow, but also it can make it faster because the database can answer more quickly and keep the queue to a minimum. So it's finding what the right maximums are in ever chaning conditions.
Right now the average request time is about 6000ms which is completly unacceptable. I've got some good monitoring going on now so I can see results closer to real time instead of using the force.
- Vrede too
- Superstar Cultmaster
- Posts: 58455
- Joined: Fri Apr 03, 2015 11:46 am
- Location: Hendersonville, NC
Re: Site Traffic/July 4th
What's up with posting and then quoting yourself? Another ironic glitch.
Maybe spam bots will bring on Judgement Day.
bannination wrote: ↑Tue Jul 15, 2025 8:18 pm... It's a fairly delicate balancing act, if I let the webserver immediately server any number of connections it wants, it can handle it, but the database server gets completely overwhelmed by them sending way over 100 requests per second so we slow down. (It's be interesting to see how many requests per second they are actually trying to send us, but that would without a doubt run us out of CPU and memory)....

F' ELON
and the
FELON
1312. ETTD. 86 47.
and the
FELON
1312. ETTD. 86 47.
-
- Captain
- Posts: 5628
- Joined: Sun Sep 16, 2012 7:58 am
- Location: Hendersonville
- Contact:
Re: Site Traffic/July 4th
More likely they bring out everyone's credit card to pay for larger servers.Vrede too wrote: ↑Tue Jul 15, 2025 8:26 pmWhat's up with posting and then quoting yourself? Another ironic glitch.bannination wrote: ↑Tue Jul 15, 2025 8:18 pm... It's a fairly delicate balancing act, if I let the webserver immediately server any number of connections it wants, it can handle it, but the database server gets completely overwhelmed by them sending way over 100 requests per second so we slow down. (It's be interesting to see how many requests per second they are actually trying to send us, but that would without a doubt run us out of CPU and memory)....Maybe spam bots will bring on Judgement Day.
I've heard that AI bots especially are knocking out smaller web sites at museums and research websites due to their load. (The AI bots also hit us, but at least they have the guts to identify themselves as AI bots).
I've done all the damage I can do this evening, I've rebanned some of the worst offenders and the response times have dropped to under 1/2 a second for now.
- GoCubsGo
- Admiral
- Posts: 22558
- Joined: Sun Sep 23, 2012 2:22 am
Re: Site Traffic/July 4th
LNF affected also?bannination wrote: ↑Tue Jul 15, 2025 9:14 pm
More likely they bring out everyone's credit card to pay for larger servers.
I've heard that AI bots especially are knocking out smaller web sites at museums and research websites due to their load. (The AI bots also hit us, but at least they have the guts to identify themselves as AI bots).
I've done all the damage I can do this evening, I've rebanned some of the worst offenders and the response times have dropped to under 1/2 a second for now.
Eamus Catuli~AC 000000 000101 010202 020303 010304 020405....Ahhhh, forget it, it's gonna be a while.
Foxtrot
Delta
Tango
Foxtrot
Delta
Tango