home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / dec / 4599 < prev    next >
Encoding:
Text File  |  1992-08-18  |  1.0 KB  |  36 lines

  1. Newsgroups: comp.sys.dec
  2. Path: sparky!uunet!decwrl!pa.dec.com!nntpd2.cxo.dec.com!nntpd.lkg.dec.com!tkou02.enet.dec.com!maki
  3. From: maki@jit.dec.com (Watanabe Maki)
  4. Subject: RE: Portable Network Programming on OpenVMS
  5. Message-ID: <MAKI.92Aug19162721@void.jit.dec.com>
  6. Sender: usenet@news.jit.dec.com (USENET News System)
  7. Organization: Financial dist./EIC/DS/DEC-Japan
  8. Distribution: comp
  9. Date: Wed, 19 Aug 1992 07:27:21 GMT
  10. Lines: 24
  11.  
  12. /*
  13. Someone asked about how to write portable network programming on VMS
  14. on this newsgroup, but I lost the article.
  15. So, this is the answer to foo@bar.
  16. */
  17.  
  18. VMS POSIX and XPG3 doesn't contain any networking API.
  19. ( XTI is in XPG4 )
  20. But, DEC TCP/IP Service for OpenVMS(UCX) contains the BSD socket
  21. library in it.
  22. Or, you can use DECrpc v1.0(in UCX) to talk to the system with
  23. NCS.
  24.  
  25. Other options:
  26.     ACAS(Application Control Architechure Service)
  27.     DECmessageQ
  28.  
  29. m.
  30. --
  31. ----------------------------------------------------------------
  32. Watanabe Maki    General Service EIC/DEC-Japan
  33. Internet    maki@jit.dec.com
  34. Easynet        TKOV50::MA_WATANABE
  35.  
  36.