Search
Page 28 of 111. Showing 1,104 results (0.011 seconds)
worker_logfile
Synopsis worker_logfile = filepath Filepath is the physical location of the Worker's log file. The Worker writes the events/actions it takes during its execution in this file. Example worker_logfile = /usr/tmp/workerlog Defaults Linux/OSX: /var/log/worker…Scripting custom queuing algorithms
This is done using a script file plug-in written in Perl. The qb.conf setting for this is as follows: supervisor_queue_binding = Perl supervisor_queue_library = plugin_path This document isn't meant to be a tutorial on the Perl scripting language so we wi…worker_max_clients
Synopsis worker_max_clients = clients Clients is the maximum number of network messages a thread is allowed to service before dying. By increasing this number, the administrator is able to reduce the overhead of threads which re-spawn. The penalty however…Supervisor Specifications
Below is a recommendation of minimum specifications for optimal operation of Qube! Supervisor. < 10 workers: 4-core 4GB of ram 10 ->30 workers: 8-core 8GB RAM 30 -> 150 workers: 8-core 8GB RAM minimum, 12GB recommended 150 -> 250 workers: 8-core 12 GB RAM…OSX Quickstart Notes
Core / Worker / Supevisor Release Notes
Qube 6.5 Release Notes Qube 6.5-3 Release Notes Qube 6.5-2 Release Notes Qube 6.5-1 Release Notes Qube 6.5-0 Release Notes…WranglerView Release Notes
WranglerView 6.5-3 Release Notes WranglerView 6.5-2 Release Notes WranglerView 6.5-1 Release Notes WranglerView 6.5-0 Release Notes…Getting Started
How to use qbwrk.conf
Below is a brief description of a few commonly used properties to setup the global qbwrk.conf which is distributed to workers with the command "qbadmin w --reconfigure" additional reading can be found at Centralized Worker Configuration - Manually editin…How to upgrade a worker on Linux
You need to uninstall the older Qube components, and then install the newer ones. No data is lost during the uninstall/re-install. _qubeUninstallWorkerOrder Uninstalling with a single command-line: The Qube rpm's have the dependencies between the supervi…