Schedule::SoftTime

Scheduling functions (designed) for link checking
Download

Schedule::SoftTime Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Michael De La Rue
  • Publisher web site:
  • http://search.cpan.org/~mikedlr/

Schedule::SoftTime Tags


Schedule::SoftTime Description

Scheduling functions (designed) for link checking Schedule::SoftTime is a Perl class to implement an `I'll get round to you when I can be bothered' scheduler. It's based on the queue system in our banks shops and some doctors I've been to. You turn up any time you want, but then you have to wait till everyone else who was there before you has been dealt with. The idea is to let the items being scheduled do so at any free time they wish and then worry about resource requirements later. If we can't handle some items when they were scheduled, they just queue until they can be handled.SYNOPSIS $sched = new Schedule::SoftTime, sched.db; $sched->schedule("last", 400); $sched->schedule("first", 200); my ($time, $name) = $sched->first_item(); "first" my ($time, $name) = $sched->next_item(); "last" Requirements: · Perl


Schedule::SoftTime Related Software