26.2 Basic Thread Functions: Creation and Termination


Exercises

24.1

Is there a difference between the single function call

 
 send(fd, "ab", 2, MSG_OOB); 

and the two function calls

 
 send(fd, "a", 1, MSG_OOB); send(fd, "b", 1, MSG_OOB); 
24.2

Redo Figure 24.6 to use poll instead of select .




UNIX Network Programming Volume 1, Third Edition
Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition)
ISBN: 0131411551
EAN: 2147483647
Year: 2003
Pages: 441

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net