On Mon, 29 Mar 1999, Knud Woehler wrote:

> why shared memory is a problem?
> I use the bigphysarea-path

The only problem is it requires reservation of memory at boot, while vmalloc
and friends will try to get more memory from the system by freeing some
buffers, swapping out the code, etc.

So, if you do not know how much you will need, but you may need a lot,
vmalloc is the only solution. I am just advertising a few functions allowing
mmaping of vmalloced area to user space.

Regards,
--
Tomek

--- [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