You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Cliff Woolley <jw...@virginia.edu> on 2002/05/12 01:19:47 UTC

Re: cvs commit: apr-util/buckets apr_buckets_file.c

On 11 May 2002 brianp@apache.org wrote:

> brianp      02/05/11 16:10:24
>
>   Modified:    .        CHANGES
>                include  apr_buckets.h
>                buckets  apr_buckets_file.c
>   Log:
>   Added a mechanism to prevent mmap of file buckets

You need to initialize can_mmap in apr_bucket_file_make(), preferably to
true.

--Cliff

--------------------------------------------------------------
   Cliff Woolley
   cliffwoolley@yahoo.com
   Charlottesville, VA



Re: cvs commit: apr-util/buckets apr_buckets_file.c

Posted by Brian Pane <bp...@pacbell.net>.
Cliff Woolley wrote:

>On 11 May 2002 brianp@apache.org wrote:
>
>  
>
>>brianp      02/05/11 16:10:24
>>
>>  Modified:    .        CHANGES
>>               include  apr_buckets.h
>>               buckets  apr_buckets_file.c
>>  Log:
>>  Added a mechanism to prevent mmap of file buckets
>>    
>>
>
>You need to initialize can_mmap in apr_bucket_file_make(), preferably to
>true.
>

Fixed, thanks for caching that.

--Brian