diff options
author | Thomas Radke <tradke@aei.mpg.de> | 2000-09-15 11:59:35 (GMT) |
---|---|---|
committer | Thomas Radke <tradke@aei.mpg.de> | 2000-09-15 11:59:35 (GMT) |
commit | 2fdf107b64849155bde5ed6252b570730190bfd7 (patch) | |
tree | ff2816380c76b03c3eba75a517fd836f7bdd4fc1 /src | |
parent | 90a95467e6b0cfb934740594f6cf62cfaaf8f4c5 (diff) | |
download | hdf5-2fdf107b64849155bde5ed6252b570730190bfd7.zip hdf5-2fdf107b64849155bde5ed6252b570730190bfd7.tar.gz hdf5-2fdf107b64849155bde5ed6252b570730190bfd7.tar.bz2 |
[svn-r2562] Purpose:
Added test program to verify the Stream Virtual File Driver.
Description:
This program tests the functionality of the Stream Virtual File Driver.
1. It spawns two new processes, a sender and a receiver.
2. The sender opens an HDF5 file for writing and writes
a sample dataset to it.
On closing the file the Stream VFD would send the file
contents to any connected client.
3. The receiver serves as a client attempting to open an
HDF5 file for reading. On opening the file the Stream VFD
would establish a socket connection to the sender process,
identified by its hostname (which is localhost in this example)
and a port number, and read the file contents via this socket.
Aftwerwards the dataset is read from the file into memory
and verified.
4. The main program waits for termination of its two child
processes and returns their exit code.
Platforms:
Tested so far under Linux, Irix 32/64bit, OSF1, Solaris, Cray Unicos,
Hitachi SR8000, IBM AIX.
Not tested under Windows yet.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions