Tuxedo::Admin::Resources

use Tuxedo::Admin; $admin = new Tuxedo::Admin; $resources = $admin->resources(); $resources->maxservices(200); print "Max services: ", $resources->maxservices(), "\n";

Provides methods to query and dynamically update the Tuxedo parameters in the RESOURCES section of the ubbconfig configuration file.

The following methods are available to get and set the resource parameters. If an argument is provided then the parameter value is set to be the argument value. The value of the parameter is returned.