NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Slashdot is still the two-ton gorilla (Score:1)
I’ve seen people post in two or three different occasions when they got linkslammed by multiple sites, and they all said that visitors coming from Slashdot were by far the bulk of the traffic, with a much larger initial spike and a much longer overall wave. The biggest reason is probably that stories stay on the Slashdot homepage much longer than links fall off the bottom of the Digg homepage.
Re:Slashdot is still the two-ton gorilla (Score:2)
What I'd really like to emphasize more is that since I've known, read and followed Slashdot (5 years?), it is only recently that it has made steps to improve itself and it seems to be a reaction to the gaining popularity of Digg.
My bad [perl.org].
- Jason
Re:Slashdot is still the two-ton gorilla (Score:1)
I don’t know if it’s competition in that exact sense.
What I see is more that Slashdot was up to par with the status quo until recently. Noone at Slashdot had specific incentive to improve upon the interface. Then the AJAX wave broke out, and people started to think about how to use that for a community site – and these people do have incentive to improve upon Slashdot. So basically they’re doing R&D for Slashdot. Anything they come up with, Slashdot will eventually catch up to.
Re:Slashdot is still the two-ton gorilla (Score:2)
AJAX isn't always a drain on the server (Score:1)
Not that I'm an AJAX fanatic, but I think AJAX get's a bad rap for being a drain on server resources. If used right it can actually reduce bandwidth and lessen the work of the server.
First off, page requests can be smaller since the whole thing doesn't have to be sent on each request. Secondly, common functionality that would otherwise take cycles to compute (navigation bars, etc) on each request don't need to be if that part of the page doesn't change. And if the application caches properly on the clie
Re:AJAX isn't always a drain on the server (Score:2)
been wondering the same thing (Score:1)
If the user's able to get all the information in one hit because the page is loaded with a bunch of tools setup to use ajax, isn't this almost counter productive?
I think someone else had already mentioned that with proper caching ajax hits (or the multitude thereof) can be handled. Gotta love memcached