On 29 Mar 99, at 11:18, Tomasz Motylewski wrote:

> On Mon, 29 Mar 1999, Ian Ridley wrote:
> 
> > This seems to do a similar thing to a shared memory patch I put 
> > together some time ago. However it used (on process side) a posix 
> > like shared memory system call (rather than a shared memory 
> > device file), but in the end you still used the same mmap to do the
> > actual mapping.
> 
> This is probably even better then, because it does not need to go through
> a device. 
> 
> > Few people seemed interested at the time, but maybe the time has 
> > come to dust of the code and take another look at it.
> 
> Sure. Is your patch available somewhere?
> 
> --
> Tomek
> 
> 

Unfortunately the patch is not really available right at the moment, 
but I'll try to it post somewhere accessible in the near future. If you 
look though the mailling list archives you'll probably find it (around 
April 1998, if think).

Also those people who are using shared memory of any sort should 
speak up and put their 2 cents worth in. Shared memory is an 
important IPC method, and I think it's time we progressed beyond 
the boot-time reservation of memory and established a more flexible 
interface.

Another job is going be to make the shared memory work with 2.2 
kernels which has had significant changes to the memory 
management.


Regards,

Ian Ridley
mailto:[EMAIL PROTECTED]

--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/

Reply via email to