Next: Partition Attribute Priority, Previous: Partition Attribute Allow_Light_PCS, Up: The Configuration Language [Contents][Index]
It might be necessary for real-time applications to get control over the priority at which a remote procedure call is executed. By default, the PCS sends the priority of the client to the server which sets the priority of an anonymous task to this value. The pragma Priority allows to decide which priority policy should apply in the distributed application.
PRIORITY_POLICY_LITERAL ::= Server_Declared | Client_Propagated PRAGMA ::= pragma Priority ([Policy =>] PRIORITY_POLICY_LITERAL);