linted/HardwareCheckout

Multiprocessing

Offen

#122 geöffnet am 25.07.2020

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (2 Forks)auto 404
Serverenhancementhelp wanted

Repository-Metriken

Stars
 (0 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Right now the server runs in a single threaded async env. We need to change it to take advantage of the full VPS it is running on. by changing the main server from calling tornado's listen(443) in __main__.py to a tornado bind(443) and start(0).

The main issue with this is we have to make sure that we won't introduce any major race conditions.

Contributor Guide