On Fri, Apr 18, 2008 at 3:45 PM, Felix Meschberger <[EMAIL PROTECTED]> wrote:
> ...Consider two scripts > > /apps/sling/sample/sample.esp > /libs/sling/sample/sample.print.a4.esp > > Now, we probably want to use the latter script and not the first one > because the latter is more specific to the request.... Agree with you, unless we want to give priority to /libs over /apps, which is how search paths work in unixish file systems. > ...I think, this is probably bearable ... But request logger might show > more or even some performance analysis.... We can profile that code once we have it if needed, but I doubt this will be very relevant to the overall performance of processing a request. And if it is, as we said before, those decisions are easy to cache. -Bertrand
