Search
Page 16 of 111. Showing 1,104 results (0.012 seconds)
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…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…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…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…worker_pidfile
Synopsis worker_pidfile = path Path is where the Worker writes down the process ID to the main controlling process. _worker_bootstrap_parameter Example worker_pidfile = /tmp/wrkpid Defaults Linux/OSX: /var/run/worker.pid Windows XP/2003:C:\Program Files\p…QubeMobileServer Installation
QubeMobile Server may be installed on any computer with access to the supervisor. This may be a computer in a DMZ, on a webserver outside of the facility if that web server has access to the supervisor, or any other machine in the facility that can acces…worker_port
Synopsis worker_port = port Assigns the TCP/UDP network port number to the Worker daemon. This must be set on the Supervisor as well. _worker_bootstrap_parameter Example worker_port = 5011 Defaults 50011…Custom Supervisor Policy
The policy of a supervisor describe the different controls the administrator which are managed by a plug-in module. This includes checking jobs before they are allowed into the queue. Checking pending job modification to see if it is permissible to make t…Scripting policy
already have a functional knowledge of Perl's syntax. Good online resources for learning Perl can be found at {+} http://www.perl.comhttp://www.perl.com+ http://www.perl.com…