top | item 46801828

(no title)

adrr | 1 month ago

OS kernel runqueue is using a spinlock to schedule everything. So it works. Should you ever use a spinlock in application code? No. Let the OS via the synchronization primitives in whatever language your app is in.

discuss

order

No comments yet.