home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / programm / 5781 < prev    next >
Encoding:
Internet Message Format  |  1992-12-27  |  1.6 KB

  1. Path: sparky!uunet!mcsun!sunic!lunic!eru.mt.luth.se!enterpoop.mit.edu!tamsun.tamu.edu!cs.utexas.edu!zaphod.mps.ohio-state.edu!wupost!udel!princeton!tex.Princeton.EDU!subbarao
  2. From: subbarao@fc.hp.com (Kartik Subbarao)
  3. Newsgroups: comp.unix.programmer
  4. Subject: Re: Info Needed on programming w/sockets
  5. Message-ID: <1992Dec27.183251.2471@Princeton.EDU>
  6. Date: 27 Dec 92 18:32:51 GMT
  7. References: <78825@hydra.gatech.EDU>
  8. Sender: news@Princeton.EDU (USENET News System)
  9. Reply-To: subbarao@fc.hp.com
  10. Organization: putchar('I'); for (i = 0; i < 3; i++) putchar('E');
  11. Lines: 19
  12. Originator: news@nimaster
  13. Nntp-Posting-Host: tex.princeton.edu
  14.  
  15. In article <78825@hydra.gatech.EDU> gt5870c@prism.gatech.EDU (Noah White) writes:
  16. >
  17. >    I am starting a program which will use sockets. I have never used them
  18. >before but have read and understood the man pages for socket, bind, 
  19. >listen etc. However I would like some more indepth information and 
  20. >perhaps programming examples for sockets (Internet domain, SOCK_STREM
  21. >style). Could anyone point me in the right direction? Thanks!
  22.  
  23. The best thing to do here is NOT read the manual pages. That is, don't read
  24. them until you have learned about them. An excellent book to learn about
  25. sockets and the like is UNIX Network programming by W. Richard Stevens. He
  26. also has another book out called Advanced Programming in the UNIX
  27. Environment. Other good books include the section on socket implementation
  28. in the demon book, as well as Comer's Internetworking with TCP/IP (Volume 3
  29. has extensive coverage of sockets).
  30.  
  31. Sun's Answerbook also has a chapter or two on this stuff.
  32.     
  33.     -Kartik
  34.