Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2002 18:13:47 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/nfsclient nfs.h nfs_bio.c nfs_nfsiod.c
Message-ID:  <200201140213.g0E2DlY45317@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2002/01/13 18:13:47 PST

  Modified files:
    sys/nfsclient        nfs.h nfs_bio.c nfs_nfsiod.c 
  Log:
  Implement vfs.nfs.iodmin (minimum number of nfsiod's) and
  vfs.nfs.iodmaxidle (idle time before nfsiod's exit).  Make it adaptive
  so that we create nfsiod's on demand and they go away after not being
  used for a while.  The upper limit is NFS_MAXASYNCDAEMON (currently 20).
  More will be done here, but this is a useful checkpoint.
  
  Submitted by:   Maxime Henrion <mux@qualys.com>
  
  Revision  Changes    Path
  1.67      +1 -0      src/sys/nfsclient/nfs.h
  1.105     +25 -23    src/sys/nfsclient/nfs_bio.c
  1.73      +66 -37    src/sys/nfsclient/nfs_nfsiod.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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