Can someone help me about P2P web caching?

  • Thread starter Thread starter myacademic06
  • Start date Start date
M

myacademic06

I want to develop a p2p web caching system, that is enabling web
browsers on peers to share their local caches. So when we connect to
some URL, we can download pages cached in other peer`s browser local
cache rather than directly connect to original web server.

I want to use java language. But I meet one problem, You know when we
browse web page, for example using IE, then page will be cached in
local disk in some forms. I don`t know how and where IE cache the page.
and how to use this cache items when other peers want to use the cached
page?

Does somebody know something about this? Or how to implement the
program? Or can recommend some materials about this for me?

Thanks!
 
Does somebody know something about this? Or how to implement the
program? Or can recommend some materials about this for me?

Why on Earth would you do something like this? When having internal
network, there is always some proxy which caches, and when directly
online, you spend bandwidth either receiving data from original page
OR from someone else.

Please explain the reason.

Ivan.
 
Whoaaa....

1) what is the benefits of this ?
2) what about security and personal data??
 
Back
Top