home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / vmsnet / networks / tcpip / multinet / 1787 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1.1 KB  |  29 lines

  1. X-Gateway-Source-Info: INTERNET
  2. Path: sparky!uunet!usc!sdd.hp.com!network.ucsd.edu!mvb.saic.com!tgv.com!info-multinet
  3. Date: 22 JUL 92 20:10:50 GMT
  4. Newsgroups: vmsnet.networks.tcp-ip.multinet
  5. X-Return-path: <info-multinet-relay@TGV.COM>
  6. X-RFC822-From:     adelman (Kenneth Adelman) @ TGV.COM
  7. From: adelman@TGV.COM
  8. Subject:  Re: simple servers...
  9. Organization: The INFO-MULTINET Community
  10. Message-ID: <2380204222JUL92201050@TGV.COM>
  11. Nntp-Posting-Host: Mvb.Saic.Com
  12. Lines: 15
  13.  
  14. >  Has anybody had any luck writing a very simple server using MULTINET_SERVER to
  15. > setup the connection and the languages run time library to do I/O to the
  16. > connection? Basically what I'm wondering is: can I do essentially the equivalent
  17. > of decnet transparent task to task...? The FORTRAN program I am using:
  18.  
  19.     Fortran I/O uses RMS.
  20.  
  21.     RMS can't write to MultiNet sockets.
  22.  
  23.     So basically, to write servers in languages other than "C" you need
  24. to either figure out how to call our socket library which uses "C"
  25. conventions, use the $QIO interface, or write your own library which
  26. uses the $QIO interface.
  27.  
  28.                                 Ken
  29.