Tomcat - Persistent Object

Posted by David on Server Fault See other posts from Server Fault or by David
Published on 2010-02-06T15:48:59Z Indexed on 2010/03/24 12:43 UTC
Read the original article Hit count: 401

Filed under:
|
|

I am running a servlet that recommends items based on a data model. The data model has to be loaded into an object from a database each time user makes a request to the sever and since the data is the same for all the users I would like this object to be loaded once only. I am very new to Tomcat and don't know where to look so any advice will be appreciated.

Thanks!

© Server Fault or respective owner

Related posts about tomcat

Related posts about memory