|
|
|
|
|
by bitL
3533 days ago
|
|
Yes, that's the beauty of it - it deflects all the noise from you and you can focus on the essence of Paxos itself. Instead of thinking how to write all the underlying abstractions yourself and likely drowning in them before you can understand what Paxos is about. Surely, for production you have to deal with a different set of issues, like how many nodes can you handle at once before you need to send way too many messages, what happens if your socket gets full or unresponsive, what if you get into a distributed deadlock in some rare case (which always happens in production), how to recover from out of order messages, what if ACKs are missing but operation went through etc. |
|