home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / vmsnet / networks / tcpip / multinet / 2127 < 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: <42E00EC010SEP92195738@TGV.COM>
  5. From: "Lawrence P Macintyre" <macintyrelp@ornl.gov>
  6. Date: 10 SEP 92 19:57:38 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: "Lawrence P Macintyre" <macintyrelp@ornl.gov>
  11. Nntp-Posting-Host: Mvb.Saic.Com
  12. Lines: 32
  13.  
  14. [This message is converted from WPS-PLUS to ASCII]
  15.  
  16. >> The approach I use is to define the logical DECW$IGNORE_DECWINDOWS in
  17. >> SYSSTARTUP_V5.COM. This then gives me the luxury of starting everything in
  18. >> the order I choose. Since networking stuff is particularly sensitive to
  19. >> ordering I start it up using a single separate command file that does
  20. >> everything in the proper order that's rigidly defined. I find that while
  21. >> you can save a minute or so by getting fancy the long-term price you pay
  22. >> in obscure problems just isn't worth it.
  23. >> 
  24. >>                 Ned
  25. >
  26. >That works for DECNET; I have that defined.  I also have a single .COM file
  27. >that starts all networking software in the proper order.  If you happen to
  28. >run this .COM file in parallel with SYSTARTUP_V5.COM as I do, you can (and
  29. >I do about 50% of the time) have this race condition with DECWindows and
  30. >MultiNet.  In my book, having a hack that works all the time outweighs
  31. >getting phone calls from users and admin asking why they can't display
  32. >a TCPIP window when the person on the next station can.
  33. >++ Dave
  34.         You could always use SYSMAN to start everything...  DECnet is 
  35.         always started before anything you put in BASEENVIRON.  
  36.         DECwindows is started once in CONFIG and again in LPBEGIN, before 
  37.         anything you add.  If you use DIRECT mode, things are started in 
  38.         sequence, not in parallel.  I start LAT, ESS, and Multinet in 
  39.         BASEENVIRON, and let SYSMAN deal with DECnet and DECwindows.  
  40.         This always works.
  41.                                     Lawrence
  42.                                         ~
  43.         
  44.  
  45. 
  46.