A Connector rule is configured in PRPC to run asynchronously. Which of the following statements is the most accurate with regard to its configuration or execution? (Choose One)
Using a PRPC-based application with the default lock timeout, you have requested a lock on a work item. PRPC responded by displaying a message indicating that you already hold a lock on that work item. Which of the following describes the most likely reason? (Choose One)
An application administrator has been sent a number of complaints that after nightly server restarts the PRPC application is slow in the early morning. Which of the following actions can be used to mitigate this issue? (Choose One)
A PRPC application has a work object that represents a corporate account with thousands of members.
When a member of an account registers with the application a related transaction must be recorded.
There are generally two approaches for this design:
1) Embed the transactions as a PageList in the account object
2) Create transaction objects that are linked to the account
Which of the following statements is most accurate regarding the impact of locking on choosing between these approaches? (Choose One)