Y
Hacker News
new
|
ask
|
show
|
jobs
by
pphysch
397 days 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.
1 comments
monkeyelite
397 days ago
And most web servers already need in memory databases for other things. And it’s a great design principle - use sharp focused tools.
link