|
|
|
|
|
by celkam
2785 days ago
|
|
I've been thinking about this a bit, and my main concern about SOLID powering a social network is that it would thrash Pods from users with thousands of friends requesting thousands of documents on the same pod every x seconds, which might work for commercial servers but end up being a DDOS on smaller Pods. I guess I'm worried about the power need to do this at scale, and that we'll end up with something analogous to bitcoin mining pools where there's few practical options for the average user. |
|