|
From: | Joshua Stratton |
Subject: | Re: client-side memory buffers |
Date: | Wed, 2 Apr 2008 14:18:18 -0600 |
At Tue, 1 Apr 2008 18:01:25 -0600,
Joshua Stratton wrote:I was using ownership as a synonym for accounted to, and manage as a
> On Tue, Apr 1, 2008 at 3:50 PM, Neal H. Walfield <neal@walfield.org> wrote:
>
> > Please don't top post.
> >
> > At Tue, 1 Apr 2008 10:48:02 -0600,
> > Joshua Stratton wrote:
> > >
> > > The problem you described was the client owning the memory object,
> > sending
> > > it to the server, and the server having the ability to unmap the memory
> > > because it has ownership, if I understand correctly.
> >
> > No. The client has the ability to DoS the server because it manages
> > the memory object.
>
>
> What exactly is the difference between manages and owns?
synonym for being able to control (e.g., schedule). So if the server
is accounted the memory but the client can control the memory, then
the server is susceptible to destructive interference from the client.
Yes, I think such accounting is worthwhile, it is what I am doing with
> Do you think the client-side
> memory model is worthwhile? And would the server allocating the memory
> passing it to the client using the Mach semantics allow this client-side
> memory model while avoiding the ability for clients to unmap the
> data?
Viengoos, however, I question the ability to realize it using Mach's
interfaces.
Neal
[Prev in Thread] | Current Thread | [Next in Thread] |