P2P Web Apps - Brace yourselves, everything is about to change.
happyworm.com
P2P Web Apps - Brace yourselves, everything is about to change.
1–5 of 5 posts
Re: P2P Web Apps - Brace yourselves, everything is about to change.
#2Re: P2P Web Apps - Brace yourselves, everything is about to change.
#3I don't think Twitter's success is down to its code being proprietary. I think you're selling them short.
Re: P2P Web Apps - Brace yourselves, everything is about to change.
#4All of this talk strikes me as coming from people that have implemented neither large web applications nor distributed or p2p applications at all dreaming up schemes with no idea of how they would actually work.
I think an illustrative example is how Twitter spends significant engineering effort (with Cassandra and now Rainbird) just to implement a counter in a scalable fashion.
Re: P2P Web Apps - Brace yourselves, everything is about to change.
#5The OP is ignoring a total deal-killer for this type of model: Proprietary code needs to remain so. It's what brings value to a service like Twitter. It would be great for open-source apps, but that is a small slice of the web's pie. Does he really think that Twitter will distribute their server-side source to browsers to execute locally? Even if it were compiled, the risk is too great for a company who relies on its…
I think a bigger problem for a lot of applications is security. Distributing your app where anyone can modify nodes and data arbitrarily is fine for some applications, but not all.
Down the road, something like Byzantine Paxos might help.