raiden-network / spec

Spec of the Raiden Network protocol
8 stars 19 forks source link

Matrix chat rooms don't scale well #43

Open pcppcp opened 6 years ago

pcppcp commented 6 years ago

Result of the stress testing of Matrix server revealed that with increasing number of participants in the channel message delivery time increases exponentially. That's a problem for our proposed broadcast channel where Balance Proofs are broadcasted and Monitoring servers actively listen for messages sent to the channel.

Ideas:

TODOS:

heikoheiko commented 6 years ago

Other solutions (with limited client implementation complexity):

I'd defer solving this issue as long as we are confident, that it can be solved at all - and go with a single broadcast channel for now.