From owner-cvs-all Sun Jan 13 18:13:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1710E37B404; Sun, 13 Jan 2002 18:13:47 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0E2DlY45317; Sun, 13 Jan 2002 18:13:47 -0800 (PST) (envelope-from peter) Message-Id: <200201140213.g0E2DlY45317@freefall.freebsd.org> From: Peter Wemm Date: Sun, 13 Jan 2002 18:13:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsclient nfs.h nfs_bio.c nfs_nfsiod.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 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