in reply to Re^2: Multi-threaded behavior, file handle dups and writing to a file
in thread Multi-threaded behavior, file handle dups and writing to a file
What throughput do you get if you do a simple: time cat filename >/dev/null on the same file?
That's your device/network IO baseline. (Assuming your null device is reasonably efficient.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Multi-threaded behavior, file handle dups and writing to a file
by cganote (Initiate) on Jan 08, 2014 at 05:52 UTC |