stdio.h defines BUFSIZ
[unix-history] / usr / src / sbin / nfsiod / nfsiod.8
CommitLineData
567a0a12
KM
1.\" Copyright (c) 1989 The Regents of the University of California.
2.\" All rights reserved.
3.\"
6b2e4097 4.\" %sccs.include.redist.man%
567a0a12 5.\"
6b2e4097 6.\" @(#)nfsiod.8 5.5 (Berkeley) %G%
567a0a12
KM
7.\"
8.TH NFSIOD 8 ""
9.UC 7
10.SH NAME
c6a0a7cc 11nfsiod \- local NFS asynchronous I/O server
567a0a12 12.SH SYNOPSIS
6b2e4097 13.B nfsiod
567a0a12 14[
6fa63056 15.B numdaemons
567a0a12
KM
16]
17.SH DESCRIPTION
18.I Nfsiod
8fbf001c 19runs on an
567a0a12 20.SM NFS
8fbf001c
KM
21client machine to service asynchronous I/O requests to its server.
22It improves performance but is not required for correct operation.
23The option
6fa63056 24.I numdaemons
8fbf001c
KM
25defines how many
26.I nfsiod
6fa63056
KM
27daemons to start;
28if unspecified, only a single daemon will be started.
29A client should typically run enough daemons to handle
567a0a12
KM
30their maximum level of concurrency,
31typically four to six.
32.SH SEE ALSO
33.IR nfsstat (1),
34.IR async_daemon (2),
8fbf001c
KM
35.IR mountd (8),
36.IR portmap (8)