3.2 State Management
State management involves the saving and restoring of object
state on object deactivation and activation. It also concerns the
duration of activation of objects, which influences the performance
of servers and their resource usage. The external API of the TP
Framework provides activate_object
and
deactivate_object
methods, which are a possible
location for state management code.