Characteristics of extremely short-lived nodes?

From @markikollasch on Fri Jan 20 2017 16:01:26 GMT+0000 (UTC)

What behavior can be expected of a node that is started up for the purposes of immediately downloading and pinning a single file, and runs only for a few minutes, after which it goes offline and deletes the file?

Copied from original issue: Characteristics of extremely short-lived nodes? 路 Issue #221 路 ipfs-inactive/faq 路 GitHub

From @RichardLitt on Fri Jan 20 2017 17:58:25 GMT+0000 (UTC)

I鈥檓 not sure I understand. I would expect that some people will do this; but the overall network will have long-standing nodes and data with multiple peers holding it. If the file is held by another peer, it will still be available on the system; otherwise, it won鈥檛 be, although you could easily add it again and it would still be content addressable at the same hash.

From @markikollasch on Fri Jan 20 2017 18:09:33 GMT+0000 (UTC)

I鈥檓 thinking about intermediate steps that can use ipfs without mainstream adoption among people who don鈥檛 know or care how content gets to them. One use case that came to mind is using it as a sort of CDN for large popular static web content: the user browses to a page that instantiates a Javascript ipfs client, which acquires the actual content, exposes it to the page it once it is downloaded, and continues to host it while the page is open. I鈥檓 wondering how pathological that would be.