RE: JSTL startup times - is caching going on?

2003-09-21 Thread Richard Mixon (qwest)
, but I would love to have a framework I did not have to maintain alone. Thanks again. -Original Message- From: Henri Yandell [mailto:[EMAIL PROTECTED] Sent: Saturday, September 20, 2003 10:45 PM To: Tag Libraries Users List Subject: Re: JSTL startup times - is caching going on? The JSP

JSTL startup times - is caching going on?

2003-09-20 Thread Richard Mixon (qwest)
I am having an issue with large startup times the first time one of my pages runs that uses JSTL mostly the core library. Subsequent requests (even for different users on different data) take much, much less time. Here is a little more detail. Any ideas are much appreciated. My ISP is pretty

Re: JSTL startup times - is caching going on?

2003-09-20 Thread Henri Yandell
The JSP spec for Tomcat 4.1 does say that a container may cache Tag objects between page runs. It sounds like this could be what's happening here. I've no idea whether it would cache across sessions etc. Up to the server and not the taglib. On the speed issue. What are you using to create the