HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nogul

no profile record

comments

nogul
·в прошлом году·discuss
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.