Re: core dumps on leaf

看板DFBSD_kernel作者時間21年前 (2005/01/18 04:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/3 (看更多)
Why does this problem not appear under FreeBSD? It does happen in FreeBSD, but you have to catch it at the right time. Since FreeBSD is effectively single-threaded with their mutual exclusion locks, this happens much less in FreeBSD. However it also means when we both release the big kernel lock, we'll be able to scale to much higher number of processors because we're multi-threaded instead of single-threaded in the kernel. Is it because of the multi-threaded kernel? Yes.
文章代碼(AID): #11x1c500 (DFBSD_kernel)
文章代碼(AID): #11x1c500 (DFBSD_kernel)