Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

fed server: process PDUs for different rooms in parallel #2520

Merged
merged 2 commits into from
Oct 10, 2017

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Oct 9, 2017

With luck, this will give a real-time improvement when there are many rooms
and the server ends up calling out to fetch missing events.

(includes #2518)

We don't want to process the same transaction multiple times concurrently, so
use a linearizer.
With luck, this will give a real-time improvement when there are many rooms and
the server ends up calling out to fetch missing events.
@richvdh richvdh force-pushed the rav/process_incoming_rooms_in_parallel branch from a75fc04 to 6a6cc27 Compare October 9, 2017 17:30
@richvdh richvdh merged commit 79bea15 into develop Oct 10, 2017
@richvdh richvdh deleted the rav/process_incoming_rooms_in_parallel branch October 10, 2017 09:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants