Hacker News new | ask | show | jobs
by fjasdfas 395 days ago
You can do multiple processes with SO_REUSEPORT.

free-threaded makes sense if you need shared state.

1 comments

Any webserver that wants to cache and reuse content cares about shared state, but usually has to outsource that to a shared in-memory database because the language can't support it.
And most web servers already need in memory databases for other things. And it’s a great design principle - use sharp focused tools.