home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / vmsnet / networks / tcpip / multinet / 2638 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  1.1 KB

  1. Path: sparky!uunet!usc!sdd.hp.com!network.ucsd.edu!mvb.saic.com!info-multinet
  2. From: KVC@SUMMER.INNOSOFT.COM (Kevin V. Carosso)
  3. Newsgroups: vmsnet.networks.tcp-ip.multinet
  4. Subject: Re: Info wanted on select routine.
  5. Message-ID: <01GTDAVMUWWS8WW5MR@SUMMER.INNOSOFT.COM>
  6. Date: 10 Jan 1993 22:03:47 -0800 (PST)
  7. Organization: Info-Multinet<==>Vmsnet.Networks.Tcp-Ip.Multinet Gateway
  8. X-Gateway-Source-Info: Mailing List
  9. Lines: 14
  10.  
  11. > I'm trying to port software written for unix to vms.  It uses the "select"
  12. > routine to wait for either network or keyboard events.  While getting the 
  13. > channel number for stdin might be hard, I think I can do it, but my initial
  14. > tests show that the routine only works for Multinet network channels.  Is this 
  15. > true, or should it work for any channel assigned by the program?  Thanks.
  16.  
  17. You might try using the select() routine and the rest of the socket routines
  18. provided with VAX C and UCX.  Then use MultiNet's UCX emulation for your
  19. underlying TCP/IP.  We use this approach a lot, though I don't know for certain
  20. that the DEC select() does the right thing for what you want.
  21.  
  22.     /Kevin Carosso
  23.      Innosoft
  24.  
  25.