Hi, I am new to cache programming in Java. JCS is actually my first java-based cache programming experience.
Currently, as part of my research, I need to design a cache to be implemented within Tomcat (proxy server). I chose JCS for the cache software. I have two questions: a) For a single proxy server, is it possible to implement load balancing with JCS? (Maybe by using TCP lateral cache?) b) What will be the best way to initialize the cache and accessing the cache with two separate servlets? Thank you. Best regards. Ahmad Kamil Abdul Hamid