wenfh2020 / wenfh2020.github.io

make blog : github + jekyll
MIT License
4 stars 3 forks source link

惊群效应理解 #92

Open wenfh2020 opened 3 years ago

wenfh2020 commented 3 years ago

https://wenfh2020.com/2019/09/25/thundering-herd/

惊群效应理解:多个进程或者线程阻塞等待同一个事件,当事件到来,多线程或者多进程同时被唤醒,只有一个线程或进程获得资源。通俗点说:往鸡群里仍一颗稻谷,鸡群争抢,只有一个成功,其它失败。