Just a guess...

The first hit on a jsp causes it to be compiled into a servlet. Subsequent
accesses are quick because it is now using the pre-compiled servlet.
Just a fact of life when dealing with JSP.





<[EMAIL PROTECTED]>
Sent by: <[EMAIL PROTECTED]>
01/24/2001 09:45 AM
Please respond to "jBoss"

 
        To:     [EMAIL PROTECTED]
        cc: 
        Subject:        [jBoss-User] initial request.getSession() is slow



hi,

when testing my app i'v noticed that the first call to 
request.getSession()
is very slow 45-60 secs. This only occurs after restarting jboss_tomcat.
Subsequent calls to getSession() are snappy.  does anyone know what this
might be?

regards,

todd



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]






--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to