HackerTrans
トップ新着トレンドコメント過去質問紹介求人

nogul

no profile record

コメント

nogul
·昨年·議論
I’ve been running essential production systems with pythons uvicorn and 1 worker reliably, mainly because I get to use global state and the performance is more than fine. It’s much better than having to store global state somewhere else. Just make sure you measure the usage and chose a different design when you notice when this becomes a problem.