Two network cards latency
Posted
by
Ross W
on Server Fault
See other posts from Server Fault
or by Ross W
Published on 2012-10-12T18:48:07Z
Indexed on
2012/10/12
21:38 UTC
Read the original article
Hit count: 168
I'm trying to setup a network architecture where one network is a low-latency low-bandwidth tcp control system (GBit), the other is a high-bandwidth udp (maybe tcp) network that could get saturated (GBit).
If I have two NICs inside a server running Linux. What happens to the low-bandwidth/low-latency network when the high-bandwidth gets saturated. Does each Ethernet card get the same amount of priority inside the kernel or would the low-latency network suffer from the high-bandwidth being saturated?
© Server Fault or respective owner