You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Doug MacEachern <do...@covalent.net> on 2001/11/01 22:47:23 UTC

Re: [patch] r->location implementation

On Sun, 28 Oct 2001, Stas Bekman wrote:
 
> Can you store away the pointer to the base and use it later? Or does it 
> get destroyed?

not sure about the lifetime.  the main problem is that most of the
configuration structures are shared between threads, so you would need a
mutex lock to handle this delayed merging at request time.  which would
end up slowing everything down much more than would be gained by delaying
the merge of a certain value.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org