home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / programm / 3998 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  885 b 

  1. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!BEAU.ATLANTA.DG.COM!meb
  2. From: meb@BEAU.ATLANTA.DG.COM (Michael Brown)
  3. Newsgroups: comp.unix.programmer
  4. Subject: timer/scheduler package
  5. Message-ID: <9207291940.AA03534@bilbo>
  6. Date: 29 Jul 92 19:40:31 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Lines: 26
  9.  
  10.  
  11. I am searching for source code for scheduling events
  12. that does the following:
  13.  
  14. 1) Add an event to a table (queue or tree)
  15. 2) Delete an event from a table
  16. 3) Modify the event time
  17. 4) Keep the events in chronological order
  18. 5) For each event, generate an ALARM signal
  19.  
  20. Does anyone know of a package that does this?
  21. Please send mail directly to me as I don't read
  22. the net news frequently.  Thanks...
  23.  
  24. -----------------
  25. Michael E. Brown
  26. meb@atlanta.dg.com
  27.  
  28. switch( opinion ){
  29. case MINE:
  30.     printf( "YES\n" );
  31.     break;
  32. case OTHERS:
  33.     printf( "NO\n" );
  34.     break;
  35. }
  36.