home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!BEAU.ATLANTA.DG.COM!meb
- From: meb@BEAU.ATLANTA.DG.COM (Michael Brown)
- Newsgroups: comp.unix.programmer
- Subject: timer/scheduler package
- Message-ID: <9207291940.AA03534@bilbo>
- Date: 29 Jul 92 19:40:31 GMT
- Sender: daemon@ucbvax.BERKELEY.EDU
- Lines: 26
-
-
- I am searching for source code for scheduling events
- that does the following:
-
- 1) Add an event to a table (queue or tree)
- 2) Delete an event from a table
- 3) Modify the event time
- 4) Keep the events in chronological order
- 5) For each event, generate an ALARM signal
-
- Does anyone know of a package that does this?
- Please send mail directly to me as I don't read
- the net news frequently. Thanks...
-
- -----------------
- Michael E. Brown
- meb@atlanta.dg.com
-
- switch( opinion ){
- case MINE:
- printf( "YES\n" );
- break;
- case OTHERS:
- printf( "NO\n" );
- break;
- }
-