Doug MacEachern wrote:

> On Fri, 21 Sep 2001, Stas Bekman wrote:
>  
> 
>>So on fetch
>>
>> @values = $r->dir_config('key');
>>
>>it's ok to iterate through the whole apr_table_t to make sure that all keys 
>>
>>are fetched. I'm not sure how the tied interface APR::Table->FETCH accomodates
>>
>>this? I should look at the recent patches.
>>
> 
> or look at what 1.x does.


I did. I just wasn't sure whether we keep it the same way.


 
>>So basically what you say is that using apr_table_t should be fine for the needs 
>>
>>of Perl{Add|Set}Var, right?
>>
> 
> yeah, we can always optmize later if needed.  also, brian pane posted a
> patch to implement apr_table_t on top of apr_hash_t.  the idea was
> rejected for apr/httpd, but we could always borrow the implementation for
> mod_perl.

Yup, I remember the discussion. As you say we can get it done later.



-- 


_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



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

Reply via email to