Is it still accurate that for network bound servers that FreeBSD still outperforms Linux?
NUMA Siloing in the FreeBSD Network Stack [pdf]
11–20 of 137 posts
Re: NUMA Siloing in the FreeBSD Network Stack [pdf]
#12Isn't it great that we work in an industry where a company like Netflix, which has increasing competition lately, just shares potential competitive advantages like this? I get that, in part, this is a way to get people excited to work for Netflix, however, the people working on this are, probably, pretty proud of what they achieved and thus like to share it with us, their colleagues at other places of work and they h…
> I get that, in part, this is a way to get people excited to work for Netflix It's even more amazing to me that this is a successful tactic in light of the fact that there's no shortage of people willing to work for ad-tech firms. If working for a company with good values was such a draw, you'd think it would give them more of a competitive advantage. Maybe the real reason is that Netflix's "good values" are genuine…
Re: NUMA Siloing in the FreeBSD Network Stack [pdf]
#13Is it still accurate that for network bound servers that FreeBSD still outperforms Linux?
Re: NUMA Siloing in the FreeBSD Network Stack [pdf]
#14I assumed these were cache servers that went into ISPs, does anyone know what they mean by "Increases AWS cloud management overhead" on a couple of the slides?
Re: NUMA Siloing in the FreeBSD Network Stack [pdf]
#15Isn't it great that we work in an industry where a company like Netflix, which has increasing competition lately, just shares potential competitive advantages like this? I get that, in part, this is a way to get people excited to work for Netflix, however, the people working on this are, probably, pretty proud of what they achieved and thus like to share it with us, their colleagues at other places of work and they h…
Re: NUMA Siloing in the FreeBSD Network Stack [pdf]
#16Is it still accurate that for network bound servers that FreeBSD still outperforms Linux?
I think once you get to a certain traffic level you are forced to do kernel-bypass stuff like DPDK. Regardless of Linux or FreeBSD being the kernel.
Neither CPU nor main memory see any of the network packets as long as they stay on the happy path. Only connection setup, DMA orchestration and occasional TLS renegotiation have to be handled.
Re: NUMA Siloing in the FreeBSD Network Stack [pdf]
#17Isn't it great that we work in an industry where a company like Netflix, which has increasing competition lately, just shares potential competitive advantages like this? I get that, in part, this is a way to get people excited to work for Netflix, however, the people working on this are, probably, pretty proud of what they achieved and thus like to share it with us, their colleagues at other places of work and they h…
https://media.netflix.com/en/company-blog/how-netflix-works-...
Re: NUMA Siloing in the FreeBSD Network Stack [pdf]
#18Isn't it great that we work in an industry where a company like Netflix, which has increasing competition lately, just shares potential competitive advantages like this? I get that, in part, this is a way to get people excited to work for Netflix, however, the people working on this are, probably, pretty proud of what they achieved and thus like to share it with us, their colleagues at other places of work and they h…
Agreed. I believe technology as a whole is light-years ahead of where it would be if companies treated all of their findings and system designs as closely-guarded secrets. I am relatively early in my career and I get to open-source a project that I have been working on for the first time and it feels great.
Re: NUMA Siloing in the FreeBSD Network Stack [pdf]
#19Isn't it great that we work in an industry where a company like Netflix, which has increasing competition lately, just shares potential competitive advantages like this? I get that, in part, this is a way to get people excited to work for Netflix, however, the people working on this are, probably, pretty proud of what they achieved and thus like to share it with us, their colleagues at other places of work and they h…
They might give the advantages away if they release everything, so that others can simply deploy it or offer it as a hosted solution. But the pure documentation what they did are more like advertisements for interesting engineer work @ Netflix.
Re: NUMA Siloing in the FreeBSD Network Stack [pdf]
#20Is it still accurate that for network bound servers that FreeBSD still outperforms Linux?
I think once you get to a certain traffic level you are forced to do kernel-bypass stuff like DPDK. Regardless of Linux or FreeBSD being the kernel.