Peter Delahunty <[EMAIL PROTECTED]> wrote:
__________
>To the Guru's
>
>Has anyone ever built a caching system using servlets ?
...
>Now here is the catch.
>
>I need to log the information our users are seeing.

I'm no guru, but it seems to me that
you need to cache 2 things, the html
output, and the corresponding log
entry, you need to index this cache
on the request info.
As to the architecture, I'd create
an abstract caching servlet, and
make all your servlets inherit
from that.

Tim
---
URL http://www.westhawk.co.uk/

___________________________________________________________________________
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