From: CRDGW2::CRDGW2::MRGATE::"SMTP::CRVAX.SRI.COM::RELAY-INFO-VAX" 9-SEP-1989 19:09 To: MRGATE::"ARISIA::EVERHART" Subj: Re: Wollygong's inet daemon examples.. Received: From TGV.COM by CRVAX.SRI.COM with TCP; Sat, 9 SEP 89 15:28:11 PDT Date: Sat, 9 Sep 89 15:28:01 PDT From: adelman@TGV.COM (Kenneth Adelman) Reply-To: Adelman@TGV.COM (Kenneth Adelman) Message-Id: <890909152801.2020005b@TGV.COM> Subject: Re: Wollygong's inet daemon examples.. To: mailrus!wuarchive!kuhub.cc.ukans.edu!zeus!conslt16@tut.cis.ohio-state.edu Cc: info-vax@sri.com > Well, after spending several days of looking through the manuals > for the Wollygong TCP/IP package we have here, I've come up with nothing. > What I am looking for is information on how to write a program to work > under the inetdaemon; ie, how or what the inet daemon passes to the > program it spawned off. Any tips or pointers to possible examples will > greatly be appreciated! Assuming they haven't made any changes recently, this should be the same as under MultiNet. The server process is $CREPRC'd with SYS$INPUT being the INETxx: device on which the connection was accepted. Just $ASSIGN a channel to it and you should be able to read and write it as if it were a channel returned by accept(). Kenneth Adelman