2.2.2.8 Resource Allocation Options
This section defines literal constants for resource allocation options, which specify how resources such as the CPU and memory are allocated to processes. These values are used in WSRM protocol method parameters and XML data elements.
Note All string values are case-insensitive.
Constant/value |
Description |
---|---|
EqualPerIISAppPool "EqualPerIISAppPool" |
The resource is allocated in equal shares among members of an Internet Information Services (IIS) application pool.<4> |
EqualPerProcess "EqualPerProcess" |
The resource is allocated in equal shares among processes. |
EqualPerSession "EqualPerSession" |
The resource is allocated in equal shares among user sessions.<5> |
EqualPerUser "EqualPerUser" |
The resource is allocated in equal shares among users. |
Standard "Standard" |
No attempt is made to control how the resource is allocated among processes. |