[HACKERS] Fw: [vorbis-dev] ogg123: shared memory by mmap()

2001-03-19 Thread Rod Taylor
For those interested in the topic, this is something that went through the Vorbis-dev mailing list not that long ago which implements the above topic into the vorbis decoder. Might be useful to see what systems it works on, and where it breaks as well as a reference implementation. (patch include

Re: [HACKERS] Fw: [vorbis-dev] ogg123: shared memory by mmap()

2001-03-19 Thread Alfred Perlstein
WOOT WOOT! DANGER WILL ROBINSON! > - Original Message - > From: "Christian Weisgerber" <[EMAIL PROTECTED]> > Newsgroups: list.vorbis.dev > To: <[EMAIL PROTECTED]> > Sent: Saturday, March 17, 2001 12:01 PM > Subject: [vorbis-dev] ogg123: shared memory by mmap() > > > > The patch below ad

Re: [HACKERS] Fw: [vorbis-dev] ogg123: shared memory by mmap()

2001-03-20 Thread Bruce Momjian
> > > The patch below adds: > > > > > > - acinclude.m4: A new macro A_FUNC_SMMAP to check that sharing > > pages > > > through mmap() works. This is taken from Joerg Schilling's star. > > > - configure.in: A_FUNC_SMMAP > > > - ogg123/buffer.c: If we have a working mmap(), use it to create >

Re: [HACKERS] Fw: [vorbis-dev] ogg123: shared memory by mmap()

2001-03-20 Thread Alfred Perlstein
* Bruce Momjian <[EMAIL PROTECTED]> [010320 14:10] wrote: > > > > The patch below adds: > > > > > > > > - acinclude.m4: A new macro A_FUNC_SMMAP to check that sharing > > > pages > > > > through mmap() works. This is taken from Joerg Schilling's star. > > > > - configure.in: A_FUNC_SMMAP > >