Legacy platform

Architectural checklist

You can review the architectural checklist for specific recommendations.

The following recommendations are architectural or design related.

Table 1. Planning recommendations
Recommendation Section Dev Prod Comments
Ensure user exit or event processing times are minimal when holding on to critical locks. User exits and events C C When defining or coding user exits or events, make sure you are aware of locks held and the amount of time you could spend in the exit or event.
Record Sorting Strategy to avoid deadlocks Sort order and deadlocks C C Apply this recommendation to custom code or the manner in which records are locked to avoid deadlocks.