Search
Page 63 of 1,195. Showing 11,950 results (0.016 seconds)
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…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:…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…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.…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…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…qb_starthost_init()
This function is called for every thread before executing the qb_jobcmp() function.…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…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…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…