top | item 44007196

(no title)

fjasdfas | 9 months ago

You can do multiple processes with SO_REUSEPORT.

free-threaded makes sense if you need shared state.

discuss

order

pphysch|9 months ago

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.

monkeyelite|9 months ago

And most web servers already need in memory databases for other things. And it’s a great design principle - use sharp focused tools.