On Sat, 2006-06-17 at 19:01 +0200, Roland Weber wrote:
> Hi Oleg,
> 
...
> 
> It implies context lookups per request, that is true. I'll think it
> over again with performance in mind. Thanks for pointing it out.
> Storing the request specific log object in the handle should avoid
> most of the overhead for request specific logging. Dispatchers can
> also do a single lookup when they're created, or when they are told
> that the context settings might have changed.
> 
> thanks,
>   Roland
> 

Hi Roland,
These days I am more and more leaning toward using byte code enhancement
to inject additional logging to troubleshoot very special problem
cases. 

As always I would rather prefer sticking to the principle of using the
simplest solution that works today. Once we see a need for a more
complex solution to logging issues, we can always revisit the problem
having real empirical data at hand

Cheers

Oleg


> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to