Skip to content

webapp: use multithreaded server to avoid 'hanging' requests #26

@davidHarwardt

Description

@davidHarwardt

Loading a page in the webapp sometimes incurs a significant loading delay.
The issue isn't perfectly reproducible but occurs often enough to be a problem.

Due to a problem with Chromium (and presumably other major browsers) mentioned here:
https://issues.chromium.org/issues/40978518
the single threaded webserver used by sedrila deadlocks with the browser until a timeout is reached.
The Chromium issue is marked WontFix thus we'll probably have to use a concurrent server implementation.

A temporary fix with a shorter timeout is already implemented.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions