Alert process every minute real time?



A background process written in C language is expected to perform a
task each time the system clock rolls over to the next whole minute
of real time (+/- a second or two).

Is there any better way of alerting the process when this rollover
occurs other than a polling function which reads the system clock?

Other conditions: Self contained and not requiring user configuration
of system tools like cron. Portable to other Unix-like systems.

Thanks for your help and advice.

Regards,
Charles Sullivan


.



Relevant Pages

  • Re: Alert process every minute real time?
    ... task each time the system clock rolls over to the next whole minute ... of real time. ... set an alarm). ...
    (comp.os.linux.development.apps)
  • Re: Ada-Singleton-Why does it work like this?
    ... cannot be expressed due to the limitations in the language? ... example, already mentioned standard printer, or, say, system clock. ... Dmitry A. Kazakov ...
    (comp.lang.ada)
  • Re: Second Unicode Query
    ... Please set your system clock to the correct time so your messages are in ... (either your system clock, or perhaps, your ... > be convert into default language whether it's in any language. ... > open in Greek. ...
    (microsoft.public.vc.mfc)
  • Re: language bar
    ... deliberately get rid of the language bar. ... I'm not sure exactly how to edit the registry entry. ... the system clock. ... to the taskbar. ...
    (microsoft.public.windowsxp.general)
  • Re: Countdown program - Exercise 5
    ... If you want a countdown of several hours, rather than ten seconds, ... > But another very real problem is deviation from real time. ... > do some syncing with the system clock to get a meaningful time displayed. ... the system time in milliseconds of the Posix Epoch: ...
    (comp.lang.tcl)