home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / vmsnet / networks / tcpip / multinet / 2128 < prev    next >
Encoding:
Text File  |  1992-09-10  |  2.2 KB  |  46 lines

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!sdd.hp.com!hamblin.math.byu.edu!arizona.edu!mvb.saic.com!tgv.com!info-multinet
  2. Newsgroups: vmsnet.networks.tcp-ip.multinet
  3. Subject: Re: (2): decwindows, multinet, and ucx
  4. Message-ID: <42E00EC010SEP92195745@TGV.COM>
  5. From: LPZ@LUDWIG.CTD.ORNL.GOV
  6. Date: 10 SEP 92 19:57:45 GMT
  7. Organization: The INFO-MULTINET Community
  8. X-Gateway-Source-Info: INTERNET
  9. X-Return-path: <info-multinet-relay@TGV.COM>
  10. X-RFC822-From:    LPZ@LUDWIG.CTD.ORNL.GOV (Lawrence MacIntyre)
  11. X-Vmsmail-To: SMTP%"ccdk001@orange.cc.utexas.edu"
  12. Nntp-Posting-Host: Mvb.Saic.Com
  13. Lines: 31
  14.  
  15.         Ned:
  16.  
  17. >> The approach I use is to define the logical DECW$IGNORE_DECWINDOWS in
  18. >> SYSSTARTUP_V5.COM. This then gives me the luxury of starting everything in
  19. >> the order I choose. Since networking stuff is particularly sensitive to
  20. >> ordering I start it up using a single separate command file that does
  21. >> everything in the proper order that's rigidly defined. I find that while
  22. >> you can save a minute or so by getting fancy the long-term price you pay
  23. >> in obscure problems just isn't worth it.
  24. >>
  25. >>                              Ned
  26.  >
  27. >That works for DECNET; I have that defined.  I also have a single .COM file
  28. >that starts all networking software in the proper order.  If you happen to
  29. >run this .COM file in parallel with SYSTARTUP_V5.COM as I do, you can (and
  30. >I do about 50% of the time) have this race condition with DECWindows and
  31. >MultiNet.  In my book, having a hack that works all the time outweighs
  32. >getting phone calls from users and admin asking why they can't display
  33. >a TCPIP window when the person on the next station can.
  34. >++ Dave
  35.  
  36.         You could always use SYSMAN to start everything...  DECnet is
  37.         always started before anything you put in BASEENVIRON.
  38.         DECwindows is started once in CONFIG and again in LPBEGIN, before
  39.         anything you add.  If you use DIRECT mode, things are started in
  40.         sequence, not in parallel.  I start LAT, ESS, and Multinet in
  41.         BASEENVIRON, and let SYSMAN deal with DECnet and DECwindows.
  42.         This always works.
  43.                                     Lawrence
  44.                                         ~
  45. 
  46.