[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] System V Shared memory interface
From: |
Thomas Bushnell, BSG |
Subject: |
Re: [PATCH] System V Shared memory interface |
Date: |
07 May 2001 21:21:17 -0700 |
User-agent: |
Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7 |
Roland McGrath <roland@gnu.org> writes:
> If sysvshm were some magical new kind of facility, it wouldn't be so easy
> to implement it with code just like other facilities we already have. So
> you can relate what the actual meat of the sysvshm functionality is to
> other facilities, and not just say "it does what it does". (My position is
> that if you do this you will find there is very little meat left. Then it
> will become clear how to implement the sysvshm C interfaces without wholly
> new servers.)
Roland is right here; he's trying to draw out of you the Right Way to
implement shm functions without writing such a brand new server.
Look carefully at his response, and you'll see the necessary clues. I
can fill you in if you like.
- [PATCH] System V Shared memory interface, Neal H Walfield, 2001/05/01
- Re: [PATCH] System V Shared memory interface, Thomas Bushnell, BSG, 2001/05/01
- Re: [PATCH] System V Shared memory interface, Roland McGrath, 2001/05/05
- Re: [PATCH] System V Shared memory interface, Neal H Walfield, 2001/05/07
- Re: [PATCH] System V Shared memory interface, Roland McGrath, 2001/05/08
- Re: [PATCH] System V Shared memory interface,
Thomas Bushnell, BSG <=
- Re: [PATCH] System V Shared memory interface, Neal H Walfield, 2001/05/10
- Re: [PATCH] System V Shared memory interface, Thomas Bushnell, BSG, 2001/05/10
- Re: [PATCH] System V Shared memory interface, Neal H Walfield, 2001/05/11
- Re: [PATCH] System V Shared memory interface, Thomas Bushnell, BSG, 2001/05/11
- Re: [PATCH] System V Shared memory interface, Neal H Walfield, 2001/05/14
Re: [PATCH] System V Shared memory interface, Neal H Walfield, 2001/05/08