« TopStyle 3.11 Status | Main | Quitting Smoking »

Wednesday, July 21, 2004

Comments

Feed You can follow this conversation by subscribing to the comment feed for this post.

Nick, from the looks of it, there are 2 Apache compression modules, the official mod_deflate in 2.x and the third party mod_gzip. Which do you recommend? My hosts server actully runs Apache 1.x.

I think JD put it best: would you rather have my 538 KB index.html page or my 10 KB RSS feed hit every hour?

Dar dar dar...

Nick, totally aggree with - you with one exception:

>> but the argument is moot since many people find the UI
>> and feature set of web-based apps too limiting for
>> their needs and will always want a desktop application
>> (witness Outlook vs. HotMail).

If you look at GMail or OutPost, you will see that it is quite possible for a web applications to deliver a rich (and agile) user experience almost on par with desktop apps.

The big disadvantage with web apps (and the major reason I am sticking with FeedDemon) is that they still don't support offline work in a reasonable way. In all other aspects I am very excited about the pontential of the new generation of web apps.

On the other hand I don't think, web based aggregators would make that much difference with regard to server load. It mostly depends on the update interval and an intelligent updating algorithm (which you decribed perfectly).

Joost, I'm afraid I'm out of my depth when it comes to Apache modules, so a Google search would probably turn up information that's more accurate than what I could say!

Joost,

mod_gzip is for apache 1.x

mod_deflate is for apache 2.x

So if your host is running 1.x then mod_gzip is your friend.

Joost,

mod_gzip is for apache 1.x

mod_deflate is for apache 2.x

So if your host is running 1.x then mod_gzip is your friend.

Because computers today are all syncing to an internet clock, some randomness is needed to avoid on-the-hour surges. RSS clients generally have a period in which to check a feed (e.g., once an hour between x o'clock and y o'clock, which ends up meaning that at x it goes to check). I was thinking when looking at Firefox's new Livemarks setup that such programs should automatically take a random number and use that to set the checkup time within the given period.

Would that help?

Is that how they work or do RSS readers check the feeds every "X" minutes from the last time checked? That's how I would do it, so I have to admit this is how I've assumed it was done. How does FeedDemon determine when to check a feed?

The comments to this entry are closed.