linted/HardwareCheckout

Multiprocessing

開放

#122 建立於 2020年7月25日

 (0 則留言) (0 個反應) (0 位負責人)Python (2 個分叉)auto 404
Serverenhancementhelp wanted

倉庫指標

星標
 (0 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南