home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / os2 / programm / 7126 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  973 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!nntp-server.caltech.edu!brooke
  2. From: brooke@cco.caltech.edu (Brooke Paul Anderson)
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: How do I give a batch program high execution priority?
  5. Date: 18 Dec 1992 15:37:35 GMT
  6. Organization: California Institute of Technology, Pasadena
  7. Lines: 10
  8. Message-ID: <1gsr80INN7cb@gap.caltech.edu>
  9. NNTP-Posting-Host: sandman.caltech.edu
  10.  
  11. I'm running some very time-intensive number-crunching programs,
  12. and I need to know how to give them high execution priority.  On
  13. UNIX, you can give background jobs high priority -- at least, when
  14. the machine is idle (even if the screen saver turns on), the job
  15. uses most of the processor time.  On OS/2, it seems that is not the
  16. case (at least as things are set up by default).
  17.  
  18. Does anyone know how I can make sure my program gets lots of processor
  19. time even when lockup has turned on (i.e., when I am running the program
  20. over night)?
  21.