Audio after heavy filesystem activity

Simon 'corecode' Schubert corecode at fs.ei.tum.de
Fri Dec 21 07:07:08 PST 2007


Matthew Dillon wrote:
>     There are several possible causes and several possible solutions.
>     Ultimately running the sound device interrupt MPSAFE would allow it
>     to preempt the kernel in nearly all situations.

I was under the impression that the sound devices are MPSAFE.

I rather suspect that the userland process producing the audio data is
not being scheduled as often as it should, thus causing the blips.

>     Separating the
>     mount point's vnode list into a clean list and a dirty list would
>     also reduce the amount of scanning SYNC has to do by a lot.  Doing
>     a staggered sync would also help.... right now its done on a mount
>     by mount basis.

Yes, this should be done eventually.

cheers
  simon

Attachment:
signature.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pgp00002.pgp
Type: application/octet-stream
Size: 252 bytes
Desc: "Description: OpenPGP digital signature"
URL: <http://lists.dragonflybsd.org/pipermail/kernel/attachments/20071221/73579b23/attachment-0015.obj>


More information about the Kernel mailing list