linted/HardwareCheckout

Multiprocessing

オープン

#122 opened on 2020/07/25

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (2 件のフォーク)auto 404
Serverenhancementhelp wanted

Repository metrics

Stars
 (0 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド