Search
Page 15 of 1,195. Showing 11,950 results (0.016 seconds)
Perl API Reference
qb::block Purpose Sets job state to blocked. Prototype qb::block(ids) Parameters ids a list of job or subjob ids. Results Notes Example use lib "$ENV{QBDIR}/api/perl"; use qb;qb::block(@ids) qb::bottom Purpose Moves jobs to end of execution or…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.…qb_starthost_init()
This function is called for every thread before executing the qb_jobcmp() function.…Callback languages
The supported languages in Qube for callbacks are: Perl Python Qube - See also The Qube callback language code strings…Disable Firewall
Click on the start bar and type in "firewall" in the search Click on the link to "Windows Firewall" http://64.91.226.64:8090/download/attachments/950527/worddav6fcdebab488b9030926138110a61bdeb.png?version=1&modificationDate=1349858655000&effects=drop-sha…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…Callback execution environment
Some things to note regarding the environment in which the callbacks execute: Callbacks are executed on the supervisor host, from inside a supervisor process. Any file paths referenced in the callback code should be valid on the supervisor host. Print sta…Disable Firewall XP
Open the Start menu and select the Control Panel. http://64.91.226.64:8090/download/attachments/950532/worddavdb1c349377240f31898be50241f8668b.png?version=1&modificationDate=1349858656000 In Classic View of Control Panel appears and double-click the Windo…qb_starthost_deinit()
This function is called for every thread after executing the qb_jobcmp() function.…Triggers
A trigger is a series of callback events linked by logical operators into an expression. If the expression is evaluated and the result is found to be true, the callback is said to have been triggered. Developers writing callbacks should be aware that call…