i have two appli, the first is a C program "appli1" and the second is a java program ""appli2"
both application have a shared resource, for that I want to execute a thread in a shell script:
in a loop:
APPLI1 for 1 minute and sleep
APPLI2 for 1 minute and sleep
how can i do that? and thx