Next: A Complete Example, Previous: Partition Attribute Task_Pool, Up: The Configuration Language [Contents][Index]
By default, the Thread_Pool ORB tasking policy is used for all partitions. This attribute allows selection of an alternate policy among those provided by PolyORB (see PolyORB ORB Tasking policies) for each partition.
ORB_TASKING_POLICY_LITERAL ::= Thread_Pool | Thread_Per_Session | Thread_Per_Request REPRESENTATION_CLAUSE ::= for PARTITION_IDENTIFIER'ORB_Tasking_Policy use ORB_TASKING_POLICY_LITERAL;
Note: Partition Attribute Task_Pool has no effect when another policy than Thread_Pool is activated.