[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: proxy memory objects patch
From: |
Thomas Bushnell, BSG |
Subject: |
Re: proxy memory objects patch |
Date: |
20 Nov 2002 18:29:08 -0800 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Roland McGrath <roland@frob.com> writes:
> If you can implement the interface that takes many objects and ranges from
> each, please do that. The reason to want this is so that we can use it to
> compose proxy memory objects that span adjacent memory objects of logically
> contiguous underlying objects like files and disks. That lets us use the
> new io_map interface that I prefer, and keep the mmap atomic to the user,
> for 64-bit files/devices. (Remember the RPCs were all updated except for
> io_map, which is still constrained to the first 4G of the file.)
Ooh, that would be nifty too.
The nice thing here is that with this interface, we can fix it to use
the *right* (but much harder) implementation at any later date.
- proxy memory objects patch, Marcus Brinkmann, 2002/11/20
- Re: proxy memory objects patch, Thomas Bushnell, BSG, 2002/11/20
- Re: proxy memory objects patch, Thomas Bushnell, BSG, 2002/11/20
- Re: proxy memory objects patch, Roland McGrath, 2002/11/20
- Re: proxy memory objects patch, Roland McGrath, 2002/11/20
- Re: proxy memory objects patch,
Thomas Bushnell, BSG <=
- Re: proxy memory objects patch, Marcus Brinkmann, 2002/11/21
- Re: proxy memory objects patch, Marcus Brinkmann, 2002/11/22