home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / msdos / programm / 9183 < prev    next >
Encoding:
Text File  |  1992-09-08  |  833 b   |  21 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!munnari.oz.au!metro!cs.uow.edu.au!u8800914
  3. From: u8800914@cs.uow.edu.au (Mohammad Salim Olime)
  4. Subject: CAN YOU CALL ONE TSR BY ANOTHER TSR
  5. Message-ID: <1992Sep9.054855.11840@cs.uow.edu.au>
  6. Summary: WAKING ONE TSR BY ANOTHER TSR]
  7. Keywords: TSR
  8. Organization: Dept of Computer Science, Wollongong University, Australia
  9. Date: Wed, 9 Sep 1992 05:48:55 GMT
  10. Lines: 9
  11.  
  12. Is it possible to wake one TSR by another TSR.
  13. I got a TSR which is hooked with INT 8 (clock tick).
  14. At every clock tick interrupt(18.2 times a sec) it
  15. checks a list of real time events and if the current 
  16. time is equal or greater than the time next event should 
  17. happen it should wake another TSR to do so.
  18. IS THIS POSSIBLE UNDER MS-DOS USING TURBO C ??
  19. Could somebody shade light on the matter.
  20. thanks in advance.
  21.