From: Ben Greear <greearb@candelatech.com>
To: LKML <linux-kernel@vger.kernel.org>
Subject: Blocking v/s Non-blocking NFS (and iSCSI) file reads/writes.
Date: Fri, 07 Sep 2001 13:35:09 -0700 [thread overview]
Message-ID: <3B992F7D.4E07D59B@candelatech.com> (raw)
I'm working on writing a program that will be used to stress test
NFS and iSCSI based file systems. I am currently using a non-threaded,
and non-forking architecture based on non-blocking IO and select() to
do my network traffic generation. I would like to be able to fit the
file-testing code in the same framework. However, I'm not sure I can
make this model work with network based file systems....
So, does select() work for NFS reads? (IE: I open a file-descriptor
on an NFS mounted file system, and start reading. The network goes
down. Will select() start not marking that file as read/write-able?)
If I set the file descriptor to be O_NONBLOCK, will it return immediately
if the network is down (regardless of what select told me)?
I have the same questions about an iSCSI based file system...
Does anyone have any suggestions for reading material on this topic,
other than kernel source and patches?
Thanks,
Ben
--
Ben Greear <greearb@candelatech.com> <Ben_Greear@excite.com>
President of Candela Technologies Inc http://www.candelatech.com
ScryMUD: http://scry.wanfear.com http://scry.wanfear.com/~greear
next reply other threads:[~2001-09-07 20:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-09-07 20:35 Ben Greear [this message]
2001-09-08 11:24 ` Blocking v/s Non-blocking NFS (and iSCSI) file reads/writes Trond Myklebust
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3B992F7D.4E07D59B@candelatech.com \
--to=greearb@candelatech.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.