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

Re: [MiNT] current gradients hacks (1-18-cur)



Paul Wratt wrote:

> On Sat, Jul 30, 2011 at 8:13 AM, Helmut Karlowski
> <helmut.karlowski@ish.de> wrote:
> > Am 29.07.2011, 21:23 Uhr, schrieb Paul Wratt <paul.wratt@gmail.com>:
> >
> > I thought to provide a temp. gradient in /shm that the generator could
> > directly access, and later switch back to the standard one. But it's all in
> > brainstorming-state, better wait a little. Anyway create_gradient would have
> > to be called when any parameter was changed.
> >
> > Helmut Karlowski
> >
> /shm thats in the filesystem isn't it

U:\SHM

U:\SHM is a place for shared memory. Processes may create files
in this directory which represent blocks of memory that they wish
to share with other processes. This provides a very fast method
of interprocess communication. (See the section on Shared Memory
later in this guide.)

See

http://sparemint.org/cgi-bin/cvsweb/~checkout~freemint/doc/programmer/mint.txt?rev=1.1.2.1&content-type=text/plain

What you desribe is any for standard FS.



-Helmut