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