hurd-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] System V Shared memory interface


From: Neal H Walfield
Subject: Re: [PATCH] System V Shared memory interface
Date: Sat, 2 Jun 2001 14:23:11 -0500
User-agent: Mutt/1.2.5i

> All that said, I really don't have enough context about what functionality
> the sysvshm interfaces are supposed to provide to the user to respond very
> specifically.

I think you need to reread the specs, I see one very important case
where your proposal fails, consider the following:  a program calls
shmget with key = IPC_PRIVATE.  shmget returns the id.  The program now
communicates this id to its children and they attempt to shmat it, yet,
because this refers to a file descriptor, they fail.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]