RSS Disabled
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
RSS Disabled
We've disabled the RSS feeds because they are killing our forum. The MOD we're using is incredibly inefficient and is for the most part responsible for the long hangs we get. We'll look for an alternative solution
Sorry guys.
- Maugrim_The_Reaper
- DevNet Master
- Posts: 2704
- Joined: Tue Nov 02, 2004 5:43 am
- Location: Ireland
Re: RSS Disabled
Not to worry. I'd suggest a custom solution - RSS might be ugly as hell, but it's not inefficient to generate it, cache it somewhere, and have lighttpd serve it up as a static file. On a busy forum list this you might just need to keep the generation to an interval or something so it's not constantly chugging along and making the cache pointless.
Re: RSS Disabled
I like having it on my personalized google homepage 
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Re: RSS Disabled
Our hangs are a collective issue between long page requests, MyISAM tables (I know I know... we're converting some to InnoDB when we get time to pull the forum offline) and crappy software (we have to limit our max apache connections to a lower than ideal number because phpBB3 will not even perform a single "Post a Reply" request with under 8MB of memory, and it won't do anything with UTF-8 with less than 16MB memory). Mayhaps once we have InnoDB so table level locking stops we may see a big improvement.
EDIT | And the relevance of my post is that the RSS MOD takes a LONG time when people try to generate "global" content (i.e. RSS feeds which cover the entire forum). When the board hangs there's always a stupidly long request for generate_feed.php occurring with ?content=global in it.
EDIT | And the relevance of my post is that the RSS MOD takes a LONG time when people try to generate "global" content (i.e. RSS feeds which cover the entire forum). When the board hangs there's always a stupidly long request for generate_feed.php occurring with ?content=global in it.
-
malcolmboston
- DevNet Resident
- Posts: 1826
- Joined: Tue Nov 18, 2003 1:09 pm
- Location: Middlesbrough, UK
Re: RSS Disabled
If this is the case why upgrade in the first place, surely performance is the most important factor considering the level of traffic and therefore database requests this site makes and i see no worthwhile improvement over PHPBB2 really, although i havent really looked into this forum package in a good few years. Devnet has been down for me for the last 5/6 hours, when visiting the site the screen was competely blank and the request would never finish.Chris Corbyn wrote:Our hangs are a collective issue between long page requests, MyISAM tables (I know I know... we're converting some to InnoDB when we get time to pull the forum offline) and crappy software (we have to limit our max apache connections to a lower than ideal number because phpBB3 will not even perform a single "Post a Reply" request with under 8MB of memory, and it won't do anything with UTF-8 with less than 16MB memory). Mayhaps once we have InnoDB so table level locking stops we may see a big improvement.
Seems like PHPBB3 has serious performance issues?
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Re: RSS Disabled
It isn't the forum software so much as it is the entire environment (phpBB3 has some issues, don't get me wrong, but it is not entirely on the shoulders of the app).
The admin team has been investigating the issues and have plans to handle the situation in a way that causes the least amount of negative impact to the community. Trust us, we are on it.
And for the record, anytime the board is not alive, you can always send us a message at admin@devnetwork.net.
The admin team has been investigating the issues and have plans to handle the situation in a way that causes the least amount of negative impact to the community. Trust us, we are on it.
And for the record, anytime the board is not alive, you can always send us a message at admin@devnetwork.net.
- The Phoenix
- Forum Contributor
- Posts: 294
- Joined: Fri Oct 06, 2006 8:12 pm
Re: RSS Disabled
Any progress on this? I'm now using RSS feeds for virtually everything I read, and it would help tremendously.
Thanks in advance..
Thanks in advance..
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Re: RSS Disabled
I think we are looking at different mods right now. The last one killed our site. So we are holding out for something a little lighter on its feet.
Re: RSS Disabled
So that's why the forum kept slowing to a crawl.
Re: RSS Disabled
Was this ever corrected? I love me some RSS feeds. 