AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How Do You Disseminate the Transaction Log?
In concord, applications are structured as synchronous, deterministic state machines. And somewhere there has to be some mechanism for delivering a reliable and ordered sequence of transactions to every one who starts up. We call that sequence of transactions the transaction log. How do you make sure that in this distributed system with hundreds of processes, everything is seeing the same messages in the same order? That's like the other leg on which this whole thing stands. So how does that work in concord? Yes.