I can't see why there would be a difference.

-Tim

Vidar Langberget wrote:

Have you noticed any performance problems with storing large amounts of data
in the servlet context?

I'm developing a cache for my webapp, and I can't decide if I want to use a
static class or store cache instances in the servlet context.


Vidar


----- Original Message ----- From: "Tim Funk" <[EMAIL PROTECTED]>


My preference is to store the data into the servlet context (using
setAttribute). Then no static variables are needed.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to