; production systems. I've committed a patch which does that.
>
> That way, loadJSP can use 0% and everything stays very simple.
>
> What do you think ?
>
> Remy
>
>
> --
> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
--
Duncan McLean
Hummingbird Ltd.
613-548-4355 x1539
http://www.hummingbird.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
ception(
-
Constants.getString("jsp.error.unable.load"),cex);
-
} catch (MalformedURLException mue) {
- throw new JasperException(
-
Constants.getString("jsp.error.unable.load"),mue);
-
}
-
-
}
-
-
return outDated;
}
--
Duncan McLean
Hummingbird Ltd.
613-548-4355 x1539
http://www.hummingbird.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
*
* jre/bin/server/Xusage.txt *
**
**
Bojan Smojver wrote:
> Not sure, to be perfectly honest. Maybe some of the other developer can
> answer that properly.
&g
st Regards,
>>nKiran
>>
>>
>>--
>>To unsubscribe, e-mail:
>><mailto:[EMAIL PROTECTED]>
>>For additional commands, e-mail:
>><mailto:[EMAIL PROTECTED]>
>>
>>
>
> --
> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
>
I'm new to this list (and the jasper code), so please let me know if I've
submitted this incorrectly.
I was doing some profiling of the server side environment that I work on
and noticed that quite a bit of time was being used in the JSP engine. After
further investigation I notice