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