Question
5
Replies
9000
Views
Posted: February 7, 2019
Last activity: September 10, 2019
Closed
Data Page Scope
I have little confusion in the scope of the Data page.
can anyone give me a scenario in which we define which type of scope for data page? with real time example
Have you looked into help file yet:
Thread
– The page is created in a single requestor thread and can be accessed as often as needed by processing in that thread.Requestor
– The requestor can access the page(s) loaded across all threads.Node
– Any requestor executing on the current node can access the pages.