multi threading program with timer to run two threads in C - Linux

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cdev123
    New Member
    • Mar 2014
    • 3

    multi threading program with timer to run two threads in C - Linux

    Good morning all

    I want to implement a program in c with two threads which can process simultaneousy. one thread should process data upload to the server for every 5 min in my redhat hat linux C programming

    now, my current program is working without timer, i want to do it with timers. i am not getting correct procedure to do , as i searched many methods but not found correct one.


    thanks in advance
Working...