hello,
I have a performance question regarding the storing of
information.
I have data that needs to be frequently accessed and
modified by users, and do not know if i should attach
it to the servletcontext or if i can simply access it
every time from the database.
i would rather leave the information in the database
but do not know if this would cause extra overhead.
is it better to attach data to the servletcontext? is
there a major performance difference?
__________________________________________________
Do You Yahoo!?
Yahoo! Mail � Free email you can access from anywhere!
http://mail.yahoo.com/
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets