Hi,

I have noticed that ALSA tends to use mutexes a lot
for its internal locking. Has anyone ever considered
using rw-semaphores instead? The biggest impact would
probably be to the /proc filesystem since it would
allow multiple concurrent readers, but I suppose that
it might also reduce other contention issues.

Any thoughts?
Cheers,
Chris


__________________________________________________
Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to