in reply to Re^3: Tracking actual time spent sleeping: Is this bad coding?
in thread Tracking actual time spent sleeping: Is this bad coding?

There are no start-up costs with cron itself. The start-up costs referred to in this thread are associated with the Perl code and would be the same whether the program is ran from cron or from the command line (e.g compiling modules, connecting to databases etc).

-- vek --
  • Comment on Re^4: Tracking actual time spent sleeping: Is this bad coding?