Application Module Pooling Process(AM Pooling) FAQ:
What is AM Pooling?
AM pooling is a algorithmic process in which a request object serving the user(inactive user) passivates and saves the unsaved information of the current user before joining in to AM pool and gets reassigned to the new user to serve his request.
What is Activation and Passivation?
Activation is a process of assigning the AM pool object to the user(active user) after fetching the unsaved information of user previously saved in the application state management schema.
Passivation is a process in which an AM Pool object serving the user(inactive user) joins in to the AM Pool after saving the unsaved information of the current user in order to get re-assined to the other active user.
What is AM Pool?
AM Pool is a pool of AM objects.
When does AM Pooling happens?
AM Pooling starts when the number of users accessing the application exceeds the limit set in
Maximum Pool Size parameter.
(
What is AM Pooling?
AM pooling is a algorithmic process in which a request object serving the user(inactive user) passivates and saves the unsaved information of the current user before joining in to AM pool and gets reassigned to the new user to serve his request.
What is Activation and Passivation?
Activation is a process of assigning the AM pool object to the user(active user) after fetching the unsaved information of user previously saved in the application state management schema.
Passivation is a process in which an AM Pool object serving the user(inactive user) joins in to the AM Pool after saving the unsaved information of the current user in order to get re-assined to the other active user.
What is AM Pool?
AM Pool is a pool of AM objects.
When does AM Pooling happens?
AM Pooling starts when the number of users accessing the application exceeds the limit set in
Maximum Pool Size parameter.
(
jbo.ampool.maxpoolsize
)
No comments:
Post a Comment