| Home | Trees | Indices | Help |
|
|---|
|
|
Resource management.
Resource management is based on domains. All jobs in the particular domain have the same privileges. Note that domain is explicitly separate from any concept of user so that we can separate privilege from identity. In systems with full user accounting, each user id may be a separate domain. In looser systems where users are not explicitly identified, the domain may be something like the IP address of the client.
By default all jobs compete for resources at an equal level with no limits on the number of jobs that can be requested.
| Instance Methods | |||
|
|||
|
|||
|
Inherited from |
|||
| Static Methods | |||
|
|||
| Properties | |
|
Inherited from |
| Method Details |
Purchase or sell nice points. Users who let some jobs run at lower priority are rewarded by having other jobs run at higher priority. To avoid too much gaming of the system, the cost of the jobs must be estimated, based on number of cpu hours. Raises ValueError if insufficient credit to raise the privilege. |
Record the request. Note that no request will be denied at this point. By always allowing work to run we avoid under-utilizing the machine. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Mar 16 15:03:49 2009 | http://epydoc.sourceforge.net |