Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Slow and aborted loading of forum pages  (Read 12413 times)

0 Members and 1 Guest are viewing this topic.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Slow and aborted loading of forum pages
« Reply #15 on: November 14, 2012, 08:50:51 pm »
Yep, I'll try to find the time to do something (don't know what yet...).
Laurent Gomila - SFML developer

FRex

  • Hero Member
  • *****
  • Posts: 1845
  • Back to C++ gamedev with SFML in May 2023
    • View Profile
    • Email
Re: Slow and aborted loading of forum pages
« Reply #16 on: November 18, 2012, 03:02:40 am »
Thought I'd add half loaded page screenshot.

[attachment deleted by admin]
Back to C++ gamedev with SFML in May 2023

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
AW: Re: Slow and aborted loading of forum pages
« Reply #17 on: November 18, 2012, 01:02:14 pm »
Thought I'd add half loaded page screenshot.
Yeah I get that too from time to time.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Qix

  • Full Member
  • ***
  • Posts: 139
  • I am Qix!
    • View Profile
    • Natoga Technologies
Re: Slow and aborted loading of forum pages
« Reply #18 on: November 18, 2012, 08:08:48 pm »
I can confirm this as well. It was fine for a while (a few weeks ago the forum refused to load at all, for a few days straight) and then yesterday I got a few timeouts as well.
~ Qix
Creator of Rippl Studio
Code: [Select]
<danharibo> iostream: I don't do enough drugs to think that's a good idea.

binary1248

  • SFML Team
  • Hero Member
  • *****
  • Posts: 1405
  • I am awesome.
    • View Profile
    • The server that really shouldn't be running
Re: Slow and aborted loading of forum pages
« Reply #19 on: November 20, 2012, 05:31:19 pm »
This looks to me like an overloaded backend service/daemon. I recently reconfigured one of my websites and tuned the PHP settings of my daemon to match the expected load of the website. If you tell the daemon to spawn too little PHP processes/threads eventually it will drop requests if too many come in at the same time, which is what leads to those pages without CSS. If it was a network traffic issue you would either just wait a long time until the TCP retransmits get through or the server would just reset the connection which would produce some error message in your browser after a short time.

I don't know whether you already have a reverse proxy/web accelerator set up yet, but that might help with this problem.
SFGUI # SFNUL # GLS # Wyrm <- Why do I waste my time on such a useless project? Because I am awesome (first meaning).

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: Slow and aborted loading of forum pages
« Reply #20 on: November 20, 2012, 05:48:45 pm »
If you tell the daemon to spawn too little PHP processes/threads eventually it will drop requests if too many come in at the same time, which is what leads to those pages without CSS.
If it was a network traffic issue you would either just wait a long time until the TCP retransmits get through or the server would just reset the connection which would produce some error message in your browser after a short time.
Well I've experienced both scenarios a few times. The first one a bit less than the second one, but it's obvious that the server are somewhere overloaded...
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

FRex

  • Hero Member
  • *****
  • Posts: 1845
  • Back to C++ gamedev with SFML in May 2023
    • View Profile
    • Email
Re: Slow and aborted loading of forum pages
« Reply #21 on: December 02, 2012, 04:36:52 am »
Forum just died for couple minutes for me, there was an erorr page saying server is busy.
Back to C++ gamedev with SFML in May 2023

masskiller

  • Sr. Member
  • ****
  • Posts: 284
  • Pointers to Functions rock!
    • MSN Messenger - kyogre_jb@hotmail.com
    • View Profile
    • Email
Re: Slow and aborted loading of forum pages
« Reply #22 on: December 02, 2012, 06:03:16 am »
Forum just died for couple minutes for me, there was an erorr page saying server is busy.

Same here, I don't really know how much time though. I checked twice in three minutes and then half an hour later so I can't really say how much did it last.
Programmer, Artist, Composer and Storyline/Script Writer of "Origin of Magic". If all goes well this could turn into a commercial project!

Finally back into the programming world!

Tank

  • SFML Team
  • Hero Member
  • *****
  • Posts: 1486
    • View Profile
    • Blog
    • Email
Re: Slow and aborted loading of forum pages
« Reply #23 on: December 04, 2012, 08:16:56 am »
Yep, I'll try to find the time to do something (don't know what yet...).
Simple! If you're using pure webspace: upgrade or change the hoster. ;)

 

anything