>>> Sushil Singh <[EMAIL PROTECTED]> 08-Jun-01 7:50:00 PM >>>
>I have following questions:
> - Is there anyway to improve the GC?
use Hotspot JVM.
write your app better.
> - Is there anyway to tell JVM to not look
> into the 200MB of cache data for GC.
Depends how you've written it. The GC only looks at objects. If your
cache were a single byte array the GC wouldn't spend that much time
looking at it.
If you want to implement caches you should use the java.lang.ref
package classes. The javadoc for those classes is self explanatory.
Nic Ferrier
___________________________________________________________________________
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