Introduction - If you have any usage issues, please Google them yourself
This experiment is setitimer timer experiment. Often used under Linux, there are two timer functions: alarm and setitimer. If you are not very precise timing requirements, then use the alarm () and signal () with sufficient. If the precise timing requirements, you can use the setitimer function. Redhat9.0 Development Environment