Search

Search

Help

Page 63 of 1,195. Showing 11,950 results (0.016 seconds)

  1. 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 in queuing system design to write their own queuing system algorithm. This is a feature h…
    Qube 6.5Oct 22, 2012
  2. worker_logpath

    Synopsis worker_logpath = path Path specifies the log directory which the Worker will create/use the numbered directories for the job's standard output and standard error. Example worker_logpath = /logs/qube Defaults Linux/OSX: /var/spool/qube Windows: C:…
    Qube 6.5Apr 29, 2013
  3. Operation Overview - Client Side

    To connect to Qube! MobileServer, you can use any browser, though, MobileServer serves up pages that are designed to be used by touch interfaces such as those found on smart phones and tablets. You start, then, by pointing your device's browser at the UR…
    Qube 6.5Jul 21, 2014
  4. qb_init()

    This function is called for every thread once before executing the algorithm. This is to allow developers to do pre-initialization such as opening a database.…
    Qube 6.5Oct 12, 2012
  5. worker_lookup

    Synopsis worker_lookup = precedence Specifies the precedence for this Worker's configuration look up. This allows an administrator to either disable all remote configuration, rely only on remote configuration or determine which overrides the other. By def…
    Qube 6.5Aug 04, 2014
  6. User Management

    QubeMobileServer uses its own user management. While it may be possible to tie into your existing authentication system, doing so is unsupported and will require modifying the source code. Next to qubeMobileServer[.py], you will find qubeMobileServerUserA…
    Qube 6.5Apr 29, 2013
  7. qb_starthost_init()

    This function is called for every thread before executing the qb_jobcmp() function.…
    Qube 6.5Oct 12, 2012
  8. worker_max_threads

    Synopsis worker_max_threads = threads Where threads is the total number of Worker threads. By adjusting this field, the administrator may improve the Worker's performance. The increase in threads however also increases Supervisor memory requirements. The…
    Qube 6.5Oct 18, 2012
  9. qb_jobcmp($joba, $jobb, $host)

    This is a comparison function similar to that used in the Perl "sort" routine. @items = sort { $a <=> $b } @items; The comparison function is given 2 jobs, "a" and "b" relative to a single host. For queuing algorithms which don't take the host's propertie…
    Qube 6.5Oct 22, 2012
  10. Modification and Customization

    All html pages come from the qubeMobile/view directory. In that directory, you will find html templates that are rendered by Mako. Changing the templates will change the look and content of the data that is displayed on the device that connects to QubeMob…
    Qube 6.5Apr 29, 2013