11.01.2015 Views

I/O Multiplexing: select and poll

I/O Multiplexing: select and poll

I/O Multiplexing: select and poll

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Socket Ready Conditions for <strong>select</strong><br />

Condition readable writeable Exception<br />

enough data to read x<br />

read-half closed x<br />

new connection ready x<br />

writing space available<br />

x<br />

write-half closed<br />

x<br />

pending error x x<br />

TCP out-of-b<strong>and</strong> data<br />

x<br />

Low-water mark (enough data/space to read/write in<br />

socket receive/send buffer): default is 1/2048, may be set by<br />

SO_RCVLOWAT/SO_SNDLOWAT socket option<br />

Maximum number of descriptors for <strong>select</strong><br />

Redefine FD_SETSIZE <strong>and</strong> recompile kernel<br />

12

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!