RSS Disabled

Where we keep all the boring tidbits about the PHPDN site, the news, and what not.

Moderator: General Moderators

Post Reply
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

RSS Disabled

Post by Chris Corbyn »

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.
User avatar
Maugrim_The_Reaper
DevNet Master
Posts: 2704
Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland

Re: RSS Disabled

Post by Maugrim_The_Reaper »

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.
User avatar
Zoxive
Forum Regular
Posts: 974
Joined: Fri Apr 01, 2005 4:37 pm
Location: Bay City, Michigan

Re: RSS Disabled

Post by Zoxive »

I like having it on my personalized google homepage :mrgreen:
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: RSS Disabled

Post by Chris Corbyn »

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.
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Re: RSS Disabled

Post by malcolmboston »

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.
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.

Seems like PHPBB3 has serious performance issues?
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: RSS Disabled

Post by RobertGonzalez »

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.
User avatar
The Phoenix
Forum Contributor
Posts: 294
Joined: Fri Oct 06, 2006 8:12 pm

Re: RSS Disabled

Post by The Phoenix »

Any progress on this? I'm now using RSS feeds for virtually everything I read, and it would help tremendously.

Thanks in advance..
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: RSS Disabled

Post by RobertGonzalez »

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.
User avatar
Syntac
Forum Contributor
Posts: 327
Joined: Sun Sep 14, 2008 7:59 pm

Re: RSS Disabled

Post by Syntac »

So that's why the forum kept slowing to a crawl.
User avatar
jgadrow
Forum Newbie
Posts: 22
Joined: Wed Jun 17, 2009 7:56 pm
Location: Cincinnati, Ohio
Contact:

Re: RSS Disabled

Post by jgadrow »

Was this ever corrected? I love me some RSS feeds. :)
Post Reply