home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23456 < prev    next >
Encoding:
Text File  |  1993-01-10  |  1.9 KB  |  42 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!think.com!enterpoop.mit.edu!bloom-picayune.mit.edu!daemon
  3. From: Dave@usppc.abb.com
  4. Subject: Client/Server Coding
  5. Message-ID: <1993Jan10.141945.17049@athena.mit.edu>
  6. Sender: daemon@athena.mit.edu (Mr Background)
  7. Reply-To: Dave@usppc.abb.com
  8. Organization: The Internet
  9. Date: Sun, 10 Jan 1993 14:19:45 GMT
  10. Lines: 30
  11.  
  12. Mike, I've used "UNIX Network Programming" and "Advanced Programming in
  13. the UNIX Environment" by W. Richard Stevens as work-a-day references
  14. for client server examples.  Comer, of XINU fame, also has an
  15. interesting series on kernel design, transport implementation, and
  16. network application development.  "Internetworking with TCP/IP Vol 3"
  17. is thought well of by "Computer Literacy Bookshops".  The first two
  18. volumes deal with specification, design, and implementation of the
  19. internet protocols.  This volume "explores the essentials of how to
  20. develop applications for TCP/IP."  This is supposed to complement
  21. Stevens nicely.  If you have RPCGEN and its libraries available, "Power
  22. Programming with RPC" by John Bloomer, is a good intro to use of ONC
  23. remote procedure calls.
  24.  
  25. I personally own Comer's XINU kernel book (UNIX Edition 7 workalike for
  26. PDP-11) and "Internetworking in the XINU Environment".  These are well
  27. written and show him to be a good teacher (Purdue University with the
  28. Dennings), good designer and coder.  The Stevens books are excellent.
  29. They tour all of the useful system calls and primitives.  He shows how
  30. to use AT&T semaphores correctly, for example.  His network programming
  31. develops a number of familiar applications, like telnet, as examples.
  32. His addvanced programming book is good for people coming to UNIX from
  33. elsewhere.  It covers all of the sorts of things you might want to do
  34. in making full scale applications.  Stuff like finding out what's on
  35. the disk, he goes well beyond most texts on C programming.
  36.  
  37. I hope these are of help.  
  38.  
  39. Dave Hamby 
  40. ABB Power Plant Controls
  41. Dave.Hamby@Usppc.Abb.Com
  42.