Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Aug 1997 03:13:35 -0700 (PDT)
From:      John Dyson <dyson@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern vfs_bio.c kern_physio.c src/sys/i386/i386 trap.c
Message-ID:  <199708091013.DAA28330@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dyson       1997/08/09 03:13:34 PDT

  Modified files:
    sys/kern             vfs_bio.c kern_physio.c 
    sys/i386/i386        trap.c 
  Log:
  Modify the scheduling policy to take into account disk I/O waits
  as chargeable CPU usage.  This should mitigate the problem of processes
  doing disk I/O hogging the CPU.  Various users have reported the
  problem, and test code shows that the problem should now be gone.
  
  Revision  Changes    Path
  1.122     +5 -1      src/sys/kern/vfs_bio.c
  1.20      +5 -1      src/sys/kern/kern_physio.c
  1.103     +14 -1     src/sys/i386/i386/trap.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708091013.DAA28330>