Search

Search

Help

Page 1 of 6. Showing 59 results (0.011 seconds)

  1. Queuing Algorithm

    is the process of properly sorting the list of jobs to be executed. Qube ships with a number of built-in queuing algorithms that should be sufficient for most productions. However…
    Qube 6.5Dec 04, 2013
  2. Custom Queuing Algorithms

    Although Qube! is shipped with several pre-built and optimized queuing algorithms, Qube! also allows developers to take advantage of the research PipelineFX has done…
    Qube 6.5Oct 22, 2012
  3. Scripting custom queuing algorithms

    published books such as Learning Perl published by O'Reilly which can get a beginning developer started with Perl scripting. To create a new queuing algorithm, the developer must…
    Qube 6.5Oct 22, 2012
  4. supervisor_queue_algorithm

    Synopsis supervisor_queue_algorithm = "binding=library[,binding=library...]" Used to specify queuing algorithm(s) used by the supervisor. binding is the type (either…
    Qube 6.5Dec 04, 2013
  5. supervisor_queue_binding

    Synopsis supervisor_queue_binding = binding Binding is the type binding for the Supervisor's queuing algorithm. Qube allows for the administrator to replace the queuing
    Qube 6.5Oct 18, 2012
  6. How clustering affects priority and worker selection for jobs

    first, sorted by priority then by job id - FCFS cluster /A jobs are considered next, sorted by: priority then by job id - FCFS Custom Queuing Algorithms Although Qube…
    Qube 6.5Jul 21, 2014
  7. supervisor_queue_library

    Synopsis supervisor_queue_library = type | file The queue specifies the binary or script which defines the Supervisor's queuing algorithm. type specifies which queuing
    Qube 6.5Mar 01, 2013
  8. qb_jobcmp($joba, $jobb, $host)

    " relative to a single host. For queuing algorithms which don't take the host's properties into account, the $host parameter can be ignored. An example of an existing queuing algorithm
    Qube 6.5Oct 22, 2012
  9. First Come, First Served (FCFS)

    The queue algorithm is a simple first-in, first-out system. Jobs are queued out in the order in which they are submitted. In this queuing scheme, jobs are sorted…
    Qube 6.5May 23, 2013
  10. Event Model

    reports new resources available. The advantage of an event-driven system is that the queuing algorithm and the jobs themselves can take action based on those events…
    Qube 6.5Oct 12, 2012