Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
On Thu, 2005-07-21 at 21:42 +1000, Russell Coker wrote:
> Does ALSA require that a shared
> memory segment be available to all programs that are accessing the sound
> device?
This is a consequence of switching to the ALSA "dmix" device by default,
which does transparent sound mixing in userspace via the shared memory.
This fixes the extremely user-visible bug of multiple applications not
being able to use the sound card at the same time.
Fundamentally though the IPC key doesn't have to be allocated by the
system; I wrote some code a while back that would have allocated it as
part of the X login, all in the normal user session so there was no
"system" part involved. I'm still not sure why our ALSA maintainer
chose the ainit/PAM route given that you don't care about sound mixing
for any other means of logging in like ssh or virtual terminal. Or at
least, I don't think we should care.
|
| |