Hacker News new | ask | show | jobs
by n00j 4614 days ago
It is webscale...

"Locking We use a database level lock implemented via a task-fair atomic spinlock queue for concurrency control ..."

Fantastic, database level locking!

2 comments

If the task is read-heavy (example: shared cache), it's mostly harmless.
we've come a long way since the 70's...