Hi,
Working in linux, I need to put some timers in a program I am making.
Actually I would like the timers to be independent from one another (as I could do in VisualC++ applications), so I would like to know if there is a better solution than using SIGALRM based functions (alarm, setitimer,...).
Thanks in advance
Working in linux, I need to put some timers in a program I am making.
Actually I would like the timers to be independent from one another (as I could do in VisualC++ applications), so I would like to know if there is a better solution than using SIGALRM based functions (alarm, setitimer,...).
Thanks in advance