Re: xServes are dead ;-( / SAN Question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On 11/11/10 12:32 PM, Nicolas Ross wrote:
> We even have a job that is scheduled to run every 60 seconds, but can take 2
> hours to complete.
>
> Is there any scheduler under linux that approch this ?

don't even really need a scheduler for that.

put the job in a loop like...

    while true;  do
         your stuff
         sleep 60
    done;




_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos


[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux