View Single Post
  #4   (View Single Post)  
Old 23rd January 2013
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,319
Default

Quote:
Originally Posted by pawaan View Post
I mean network scalability
Here are a couple of factors:
  • The feature set of the NIC's hardware, & the matching software driver both determine basic throughput. Not all hardware is alike, & not all driver implementations exploit the underlying chips to their fullest potential. If you are looking for the "best" performance, study the archives of the project mailing lists to find the developer's opinions.
  • Secondly, other optimizations to the network stack fall under the purview of the operating system itself. Issues such as how network packets are traced through kernel code influence performance.
For most desktop-level hardware, NIC choice & driver issues are critical. Operating system design choices don't typically enter the picture until gigabit NIC's are involved (ie. enterprise level).
Reply With Quote