Now , let s look at the architecture - and system - specific differences between solaris and linux on x86 , including base data types , settings for kernel parameters , architecture - dependent differences , endianness , system calls , signals , data types , and threading libraries 現(xiàn)在,讓我們來(lái)看一下solaris和x86上的linux之間一些特定于體系架構(gòu)和系統(tǒng)的區(qū)別,包括:基本的數(shù)據(jù)類型,內(nèi)核參數(shù)的設(shè)置,體系架構(gòu)特有的區(qū)別, endianness ,系統(tǒng)調(diào)用,信號(hào),數(shù)據(jù)類型,以及線程庫(kù)。
Provides full - screen visualization of network traffic . experiment with these tips and techniques to increase the performance of your sockets applications , including reducing transmit latency by disabling the nagle algorithm , increasing bandwidth utilization of a socket through buffer sizing , reducing system call overhead by minimizing the number of system calls , and tuning the linux tcp ip stack with tunable kernel parameters 嘗試使用本文中介紹的技巧和技術(shù)來(lái)提高socket應(yīng)用程序的性能,包括通過(guò)禁用nagle算法來(lái)減少傳輸延時(shí),通過(guò)設(shè)置緩沖區(qū)的大小來(lái)提高socket帶寬的利用,通過(guò)最小化系統(tǒng)調(diào)用的個(gè)數(shù)來(lái)降低系統(tǒng)調(diào)用的負(fù)載,以及使用可調(diào)節(jié)的內(nèi)核參數(shù)來(lái)優(yōu)化linux的tcp / ip棧。