:mod:`taskcontroller.xgrid` -- Xgrid task controller
====================================================

.. module:: pebl.taskcontroller.xgrid
    :synopsis: Xgrid task controller

The Xgrid task controller runs tasks over Apple's Xgrid. For more information
about XGrid, see: http://www.apple.com/server/macosx/technology/xgrid.html

Configuration Parameters
------------------------

.. Autogenerated by pebl.config.paramdocs at Wed Apr 30 15:04:10 2008

.. confparam:: xgrid.controller

	Hostname or IP of the Xgrid controller.
	default=

.. confparam:: xgrid.grid

	Id of the grid to use at the Xgrid controller.
	default=0

.. confparam:: xgrid.password

	Password for the Xgrid controller.
	default=

.. confparam:: xgrid.peblpath

	Full path to the pebl script on Xgrid agents.
	default=pebl

.. confparam:: xgrid.pollinterval

	Time (in secs) to wait between polling the Xgrid controller.
	default=60.0


XgridTaskController Related Classes
-----------------------------------

.. autoclass:: XgridController
    :members:

.. autoclass:: XgridDeferredResult
    :members:


