Post
Topic
Board Tokens (Altcoins)
Re: [ANN] Radix DLT - The Decentralized Finance Protocol
by
DutchFinity
on 17/02/2021, 11:36:46 UTC
Radix Technical AMA with Founder Dan Hughes – 2nd February 2021

A cross-shard transaction must be processed by multiple nodes at the same time. Is there a risk of starvation for a transaction involving busy shards? How are transactions in the same shard prioritized?

This is possible if there is no mechanism to provide some guard against it. The solution will likely be validators that weakly sync their mempools with other validators on shared events and use a priority queue to ensure that all validator sets process any atom in question at around the same time. This is something I’ve recently developed and is implemented in the Cassandra research platform, and it works wonderfully in situations where there is an uneven load or high latencies 😊.