scripter73
Programmer
Hi,
General question for everyone. What are some of the best programming methods for managing state between pages if you have a lot of data you need to keep track of ( data elements numbering in the low hundreds)?
But let's say you'll have maybe 4500-5000 users at any one time and you need to keep track of these elements. Think employment application.
I say use HTTPSession, but do you have any advice on tips and tricks for keeping system memory drain low?
Thanks in advance.
scripter73
Change Your Thinking, Change Your Life.
General question for everyone. What are some of the best programming methods for managing state between pages if you have a lot of data you need to keep track of ( data elements numbering in the low hundreds)?
But let's say you'll have maybe 4500-5000 users at any one time and you need to keep track of these elements. Think employment application.
I say use HTTPSession, but do you have any advice on tips and tricks for keeping system memory drain low?
Thanks in advance.
scripter73
Change Your Thinking, Change Your Life.