Live data from Hacker News

CacheP2P – Distributed caching platform

cachep2p.com

11–20 of 63 posts

Re: CacheP2P – Distributed caching platform

#11
post #5

I'm getting this error on your API page: cachep2p.min.js:9 Uncaught Error: Cannot add duplicate torrent 3cd9bdf4916f422aa77cdd1b952c14202e0eafca I'm also getting these on FF: ICE failed, see about:webrtc for more details(unknown) TypeError: asm.js type error: expecting argument type declaration for 'e' of the form 'arg = arg|0' or 'arg = +arg' or 'arg = fround(arg)'

Same thing in chrome, and the performance of the page is pretty horrible. It's frozen the whole browser a couple of times forcing me to close the window.

Interestingly, I have no issuse on mobile Chrome.

Re: CacheP2P – Distributed caching platform

#13

I wonder how this could be set up to work on error pages; could this keep pages working even if the server returned a a 503? Such a concept would be pretty useful for a media company, like the one I work for, which mostly serves static content.

It seems it already does. "Now any browser can act as a server to other browsers, so content can now be delivered even if the main server is completely down, just by getting it from the users who alrelady received it. "

Re: CacheP2P – Distributed caching platform

#15
post #5

I'm getting this error on your API page: cachep2p.min.js:9 Uncaught Error: Cannot add duplicate torrent 3cd9bdf4916f422aa77cdd1b952c14202e0eafca I'm also getting these on FF: ICE failed, see about:webrtc for more details(unknown) TypeError: asm.js type error: expecting argument type declaration for 'e' of the form 'arg = arg|0' or 'arg = +arg' or 'arg = fround(arg)'

Same thing in chrome, and the performance of the page is pretty horrible. It's frozen the whole browser a couple of times forcing me to close the window.

Same here. Chrome Version 53.0.2785.143

The whole browser becomes almost unresponsive.

Re: CacheP2P – Distributed caching platform

#17
post #5

I'm getting this error on your API page: cachep2p.min.js:9 Uncaught Error: Cannot add duplicate torrent 3cd9bdf4916f422aa77cdd1b952c14202e0eafca I'm also getting these on FF: ICE failed, see about:webrtc for more details(unknown) TypeError: asm.js type error: expecting argument type declaration for 'e' of the form 'arg = arg|0' or 'arg = +arg' or 'arg = fround(arg)'

Same thing in chrome, and the performance of the page is pretty horrible. It's frozen the whole browser a couple of times forcing me to close the window.

Same here.

Re: CacheP2P – Distributed caching platform

#18

I'm getting this error on your API page: cachep2p.min.js:9 Uncaught Error: Cannot add duplicate torrent 3cd9bdf4916f422aa77cdd1b952c14202e0eafca I'm also getting these on FF: ICE failed, see about:webrtc for more details(unknown) TypeError: asm.js type error: expecting argument type declaration for 'e' of the form 'arg = arg|0' or 'arg = +arg' or 'arg = fround(arg)'

No problem for me with Chromium on Linux. Page is fast.

Re: CacheP2P – Distributed caching platform

#20
So you have to load the page from the server in order to load the javascript so you can load the same page from the client pool?

Is this supposed to be more of a bootstrap process? Load the first page from the server and then you can use the URL hash to request additional pages from the connected clients?

Post reply on HN