Coral P2P Cache Enters Public Beta
Eloquence writes "infoAnarchy reports that Coral, a peer-to-peer webcaching system, has gone into public beta. Currently the Coral node network is hosted on Planet-Lab, a large scale distributed research network of 400 servers. You can use Coral right now by appending "nyud.net:8090" to a hostname. View Slashdot through Coral. Is this the end of the Slashdot effect?"
Just kidding.
so it's like this... people click on a link on slashdot, which gets farmed out to the p2p network to get the cached copy, but there's so many people clicking the link to get the cached copy that they are only slashdotting their own computers since they are all part of the p2p network too! now we can all collectively feel the slashdot effect!
oh, first post?
You should never take life too seriously - You'll never get out of it alive.
In case Coral gets slashdotted, use this mirror to view slashdot
!
^_^
Goatse-links trolls will be back, with slashcode showing the same domain for every link, I think CmdrTaco has some work to do now.
The IT section color scheme sucks.
The problem is that it doesn't seem to be compatible with Microsoft DNS severs. Below is a copy of the DNS log when I issue a query here, on my LAN which has a Microsoft DNS server running on Windows 2000, which then forwards through the University of Wisconsin. You can see that at the end it says "The DNS server encountered an invalid domain name." Perhaps someone who knows more about DNS can tell where the problem is?
Sounds like we need a little lesson on How cookies work.
.apple.com can interact with any Apple subdomain.
/., or any other cookies.
To summarize it, though, they're set on a per-domain basis.
www.apple.com can set a cookie.
store.apple.com can set a cookie.
The two cannot interact with each other; however,
microsoft.com cannot access any of your apple.com cookies.
Thus, nyud.net cannot access your
"An infinite number of monkeys typing into GNU emacs would never make a good program."
http://www.nyud.net.nyud.net.8090.nyud.net:8090/
Or the mirror-of-the-mirror-of-the-mirror:
http://www.nyud.net.nyud.net.8090.nyud.net.8090.ny ud.net:8090/
They should have posted THAT link to slashdot to see how well the system faired.
Talking about bookmarklets, I just wrote a quick little bookmarklet to redirect you to the Coral cache of the current page. Here it is:
t tp\:\/\/([a-zA-Z\.]+)\/(.*)/, "http://$1.nyud.net:8090/$2");void(0)
javascript:location.href=location.href.replace(/h
And if slashdot's tendency to insert spaces in long strings screws that up, try grabbing it from here