home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / perl / 7749 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.7 KB  |  39 lines

  1. Newsgroups: comp.lang.perl
  2. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!malgudi.oar.net!chemabs!jon
  3. From: jon@cas.org (Jon Vander Hill)
  4. Subject: What are sockets? (was Re: How to run a Perl under DOS?)
  5. In-Reply-To: manaster@yu1.yu.edu's message of 8 Jan 93 16:38:25 GMT
  6. Message-ID: <JON.93Jan11095347@cas.org>
  7. Sender: usenet@cas.org
  8. Organization: Chemical Abstracts Service, Columbus, Ohio
  9. References: <1993Jan7.182209.1931@unipalm.co.uk> <1268@alsys1.aecom.yu.edu>
  10.     <1993Jan8.071450.7631@netcom.com> <1270@alsys1.aecom.yu.edu>
  11. Date: Mon, 11 Jan 1993 14:53:47 GMT
  12. Lines: 25
  13.  
  14. >>>>> On 8 Jan 93 16:38:25 GMT, manaster@yu1.yu.edu (Chaim Manaster) said:
  15.  
  16. > P.S. I keep seeing references to "sockets" in the Perl docs. I have
  17. > no idea what this means, other than that it doesn't work in the DOS
  18. > versions of Perl. I assume it is a unix term. What does this mean
  19. > or do?
  20.  
  21. Sockets are general mechanism for interprocess communication and
  22. appear in most modern implementations of UNIX.  Typically they are
  23. used for communication via the TCP/IP protocol suite, but are not
  24. inherently restricted to one protocol or another.  See
  25.  
  26. Stevens, W. Richard, _UNIX Network Programming_.
  27. Prentice-Hall, 1990
  28.  
  29. for all the gory details.  The progarmming examples are in C, but
  30. are easily adapted to Perl.
  31.  
  32. Jon Vander Hill, System Engineer              Chemical Abstracts Service
  33. internet: jon@cas.org (preferred)             P.O. Box 3012 (preferred)
  34.           jon@cas.bitnet                      2540 Olentangy River Road
  35. uucp:     uunet!osu-cis!chemabs!jon           Columbus, Ohio 43210
  36. bitnet:   jon@CAS                             USA
  37. phone:    (614) 447-3600
  38.  
  39.