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.
Of, well, slashdoting the solution to slashdotting? Really cool idea though. Nice!
I hope this isn't the end of the /. effect! What would we do w/o webservers crashing under tremendous loads?!? WE NEED the /. effect! I hope this technology crashes and burns...
Then again it might not be so bad....
"The object of war is not to die for your country, but to make the other bastard die for his." - Patton
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
!
^_^
This would also by pass any restricted sites your company may be blocking...
links should be (and usually are) relative, eg:
img src="img/logo.png"
not:
img src="http://slashdot.org/img/logo.png"
or whatever so this shouldn't be a problem
Marge, get me your address book, 4 beers, and my conversation hat.
http://slashdot.org.nyud.net:8090/ caches only the /. homepage. Doesn't it analyze hyperlinks?
http://www.scs.cs.nyu.edu/coral/stats/
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.
To save their bandwidth, you should've linked to their mirror!
http://www.nyud.net.nyud.net:8090
Beware: In C++, your friends can see your privates!
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?
It's not p2p.
It's 'distributed'.
Peer to peer implies that the users of the service are the ones supporting it's existance.
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."
Google cache tip for you. There is a bookmarklet for Firefox where you simply click the bookmarklet and Google's cache of the page opens up. Its a nice feature to have at your fingertips. You can get the code at the very bottom of the following page, just drag it to your personal toolbar.
g
r g
http://www.rentzsch.com/notes/googleCacheHackin
If the page won't load at all thus negating the above just use the following example to load a page.
http://google.com/search?q=cache:www.slashdot.o
If you wanna get rich, you know that payback is a bitch
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