Question
TSPI
TSPI
US
TSPI
Posted: Jun 6, 2024
Last activity: Jun 7, 2024
Last activity: 7 Jun 2024 1:29 EDT
Closed
How many times Data page gets loaded?
Hi guys,
What if there are multiple nodes available and your data page is a node level data page then how many times dpage is loaded.
Regards,
Poojitha Behara
***Edited by Moderator Marissa to change type from General to Product, added Product details and Capability tags***
To see attachments, please log in.
Hi @POOJITHA Behara,
Node level D_Page will gets loaded when a particular requestor uses the D_Page. For example: There are 10 different NODES available. 1. One User logs in through WEB NODE and D_Page gets initiated when we initiate a casetype. 2. Lets assume Job Scheduler runs on UTIL NODE by calling same D_Page. Now in this case D_Page gets loaded in 2 Nodes only not on all 10 nodes. If a second user logs in to a different WEB NODE and uses the D_Page then it will load on that NODE again for first time and serves for other requestors logging in same NODE. Thanks