Question
Object In Application Scope or new Object every request?
Hi,
I was wondering which is more efficient? I have an array of url's, maybe as many as 50,000 urls. This array will be frequently updated based on user activity. My question is would it be more efficient to put the array into application scope, or create a new array for each request and user and how big of an object is too big to store in application scope?
Thanks...
I was wondering which is more efficient? I have an array of url's, maybe as many as 50,000 urls. This array will be frequently updated based on user activity. My question is would it be more efficient to put the array into application scope, or create a new array for each request and user and how big of an object is too big to store in application scope?
Thanks...