Path: utzoo!attcan!uunet!husc6!mailrus!ames!pasteur!ucbvax!LBL.GOV!5401025%FSU.BITNET%CORNELLC.CCS.CORNELL.EDU%KL.SRI.COM%lbl%sfsu1.hepnet From: 5401025%FSU.BITNET%CORNELLC.CCS.CORNELL.EDU%KL.SRI.COM%lbl%sfsu1.hepnet@LBL.GOV Newsgroups: comp.os.vms Subject: VMS <--> Ultrix network object communication Message-ID: <880527110237.23e03311@LBL.Gov> Date: 27 May 88 18:02:37 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 26 Received: from KL.SRI.COM by LBL.Gov with INTERNET ; Thu, 26 May 88 21:52:48 PDT Received: from CORNELLC.CCS.CORNELL.EDU by KL.SRI.COM with TCP; Wed 25 May 88 07:31:44-PDT Received: from FSU.BITNET by CORNELLC.CCS.CORNELL.EDU ; Wed, 25 May 88 10:28:49 EDT Subject: VMS <--> Ultrix network object communication From: 5401025%FSU.BITNET@CORNELLC.CCS.CORNELL.EDU Date: Wed, 25-MAY-1988 10:13 To: info-vax@kl.sri.com Message-ID: <[gw.scri.fsu.edu].2651C8C0.0091358D.DUBRAVKO> X-VMS-Mail-To: CCNET%"info-vax@kl.sri.com" I sent a previous inquiry about the subject about 10 days ago and it has not shown up yet so i repeat. I have a network object (subsequently NO) on VMS 4.6 side which is tried to be "opened" by a client program (subsequently CP) on Ultrix 2.0-1 over DECnet. NO OPENs SYS$NET and does several reads and then copies it to a local file. CP dnet_conn's NO and then writes to the socket. Well, at least that's what i want done. But somehow NO and CP are not sinchronised, i feel, since NO gets an EOF on one of the reads (not the same one every time) and CP exits fith no error at all (number of bytes written by a WRITE is always equal to the number of bytes requested to be written). Also i am trying to use the select call to quiry i/o descriptors (the socket in this case) for being ready for writing in order to attempt to sinchronise, but am not having much luck mainly due to the fact that i don't know what i am doing really. Has anyone had any experience with this? Please help. ---dubravko kakarigi, Supercomputer Computations Research Institute, FSU.