Search
Page 19 of 44. Showing 438 results (0.011 seconds)
General Installation Configuration
All installation and basic Worker authentication is included in the Qube Installation guide. Please see that document for details.…Scripting policy
+ there also many good 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…Scripting policy
+ there also many good 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…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_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_init()0
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_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_init()0
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_init()0
This function is called once in each supervisor thread, to initialize the custom policy, and allows developers to do initialization such as opening a database or loading…qb_approve_submit($job)
This function provides the chance to review the submitted job before insertion into the queue. This allows the developer to enforce things such as accounting information…