M
Marcus Leon
We're running on Weblogic. The first request always takes a few
seconds longer than all following requests. Does anyone know why?
We pre-compile our JSPs so it's not JSP compilation time.
These servlets do data access - does it have something to do with the
DB caching data for subsequent requests?
Or is it due to the classloader having to load some classes for the
first time?
Thanks
seconds longer than all following requests. Does anyone know why?
We pre-compile our JSPs so it's not JSP compilation time.
These servlets do data access - does it have something to do with the
DB caching data for subsequent requests?
Or is it due to the classloader having to load some classes for the
first time?
Thanks