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.
 
> 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.



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

Reply via email to