E
Ethan V
To optimize performance, I plan on putting any useful information for a user
in a session cache/variable. Our web server will have 2GB of memory to start
out with.
Since I will be very liberal in the amount of data I'll put in the session,
I know that will use lots of memory resource. But my plan is to monitor the
web server activity, and when traffic ramping up, all I need to do is add
another 2GB, then another 2GB until I max out memory allowed on the box.
When I can't add anymore memory, I will add another box to serve the site.
Is my plan so simplistic, and so wrong? Please share with me your
experiences and your thoughts. Thanks so much in advance.
in a session cache/variable. Our web server will have 2GB of memory to start
out with.
Since I will be very liberal in the amount of data I'll put in the session,
I know that will use lots of memory resource. But my plan is to monitor the
web server activity, and when traffic ramping up, all I need to do is add
another 2GB, then another 2GB until I max out memory allowed on the box.
When I can't add anymore memory, I will add another box to serve the site.
Is my plan so simplistic, and so wrong? Please share with me your
experiences and your thoughts. Thanks so much in advance.