I had just configured a NFS server on eDesktop 2.4 and tried a NFS client
on Redhat 6.1 to mount it. But I found that the speed was slow. Slow
means for 2 cases:
1. The first time to access the directory, there were several seconds
of delay.
2. During vi of a file, the response was slow
I checked with ps -ef on the NFS server and found:
root 632 1 0 17:09 ? 00:00:00 nfsd 4
root 1013 632 0 17:14 ? 00:00:00 nfsd 4
root 1014 632 0 17:14 ? 00:00:00 nfsd 4
root 1015 632 0 17:14 ? 00:00:00 nfsd 4
Is it the only reason is there're too few daemons are running ?
How can I increase it ? How to calculate how much is the best
(opt for speed) ?
Thanks, rgds
SK