home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / vmsnet / sysmgt / 212 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  1.6 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!network.ucsd.edu!mvb.saic.com!arizona.edu!telcom.arizona.edu!leonard
  2. Newsgroups: vmsnet.sysmgt
  3. Subject: Re: System startup options
  4. Message-ID: <1992Jul21.143016.3516@arizona.edu>
  5. From: leonard@telcom.arizona.edu (Aaron Leonard)
  6. Date: 21 Jul 92 14:30:14 MST
  7. Reply-To: Leonard@Arizona.EDU
  8. References: <1992Jul20.135138.938@beckman.com> <1992Jul21.103543.939@beckman.com>
  9. Distribution: world,local
  10. Organization: University of Arizona Telecommunications
  11. Nntp-Posting-Host: bugs.telcom.arizona.edu
  12. Lines: 33
  13.  
  14. In article <1992Jul21.103543.939@beckman.com>, dsroberts@beckman.com writes:
  15.  
  16. | Has anyone tried using spawn/nowait in their startup?
  17. | I don't think it's a very good idea, 
  18.  
  19. No, it's not a good idea.
  20.  
  21. | since the spawned process could be killed
  22. | by the spawning process completing, and I don't see how it can be that much
  23. | less overhead than queuing such that it would make that much difference. 
  24.  
  25. Exactly.
  26.  
  27. Here's a *good* idea (at any rate, it's what I've been doing for years):
  28.  
  29. $ RUN/DETACH SYS$SYSTEM:LOGINOUT.EXE /INPUT=your-comfile.com -
  30.   /OUTPUT=your-comfile.log
  31.  
  32. One nice thing about this approach is that it leaves fun-to-read logfiles
  33. lying around on disk, so that you have some record if you had errors in
  34. your startup, rather than having the stuff go to OPA0.
  35.  
  36. Batch queues are OK too, I guess, but this will work even if the queueing
  37. system isn't up.
  38.  
  39. Best,
  40.  
  41. Aaron
  42.  
  43. Aaron Leonard (AL104), <Leonard@Arizona.EDU>
  44. University of Arizona Network Operations, Tucson AZ 85721
  45. |>   If it ain't broke, break it.
  46.