Can someone help me about P2P web caching?

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!
 
I

Ivan Tisljar

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.
 
J

John Jay Smith

Whoaaa....

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top