|
|
|
|
|
by KaiserPro
3140 days ago
|
|
I think netflix use BSD because they wanted to use BSD. Sure some flavours of BSD have ZFS built in, but thats a pretty rare corner case. Linux has two things that are extremely useful compared to BSD: 1) commercial backing (should one choose it)
2) first class support for inifinband, top end ethernet (should they use it) and storage controllers |
|
On Linux you basically have to use blocking threads to emulate async disk I/O, which means tons of threads and overhead when you’re handling 10k-100k concurrent connections per box.