Hi,

 I tried  to cache (session.putValue("SessionData",longfield)) a long field data
which is retrieved from database using  JWS , it worked for few records.
But, when I tried the same with more number of records , ofcourse I got the
expected exception

     java.lang.OutOfMemoryError at java.lang.StringBuffer.append(Compiled Code)
at
     MyDbServlet.doGet(Compiled Code) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:715) at
     javax.servlet.http.HttpServlet.service(HttpServlet.java:840) at.

I would like to know what is the maximum size of session data can be cached in
memory of a web server?,
how do we identify the size of session data allowed in cache of a web server?

any help is appreciated,

thanks in advance,
easwaran.P

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to