44
Comments
  • 20
    Currently building a P2P system for a distributed systems class. Oh the FUN we're having 🙃
  • 5
    *laughs in Erlang*
    *cries while laughing*
  • 16
    @desmondanimus well it's nothing exciting as it's just a "understand how these networks work" kind of deal. So it doesn't really do anything except stores some objects on some nodes and then you can (in theory) retrieve them by asking any node, which will pass on the request around the ring until it finds it. We didn't even get the option to do anything smart so it's linear search, but oh well. Definitely had enough problems with just making it work as is, haha. Sorry if I made you think we were working on something super cool.
Add Comment