Thomas Radke 9f06972b48 [svn-r4090]
Purpose:
    Implemented port hunting
    Really catch SIGPIPE signals
Description:
    Port hunting allows to try and bind to a successive port number
    if the port number given in the filename is already used.

    Because of a stupid typo in the code, SIGPIPE wasn't catched
    which might have caused the sending side to hang.
Solution:
    The Stream VFD's file access property list was extended by two
    elements:
      - maxhunt: how many successive ports to try if the one
                 given in the filename is already in use
                 Default is not to hunt for additional ports.
      - port:    port number which is finally used to bind a socket
                 This might be different to the port number
                 as given in the filename if port hunting is enabled.
                 The H5Pget_fapl_stream() can be used to obtain
                 this port number.
Platforms tested:
    x86 Linux, Irix 32/64 bit, Dec Alpha, Unicos on T3E, AIX on SP2
    Hitachi SR8000
2001-07-02 07:57:46 -05:00
2001-06-05 22:57:35 -05:00
2001-05-15 13:00:20 -05:00
2001-06-19 11:19:34 -05:00
2001-06-22 14:19:06 -05:00
2001-06-18 15:22:10 -05:00
2001-06-28 10:13:25 -05:00
2001-06-18 15:22:10 -05:00
2001-06-04 13:12:50 -05:00
2001-07-02 07:57:46 -05:00
2001-06-29 14:49:53 -05:00
2001-06-20 15:11:11 -05:00
2001-06-29 10:27:15 -05:00
2000-11-13 16:25:12 -05:00
2000-09-14 17:59:16 -05:00
2001-06-21 15:25:09 -05:00
2001-06-21 14:31:37 -05:00
2001-06-21 14:31:37 -05:00
2001-06-19 11:18:42 -05:00
2001-06-19 11:18:42 -05:00
2001-06-21 10:18:59 -05:00
2001-06-28 13:55:59 -05:00
2001-05-30 14:51:39 -05:00
2000-11-03 15:39:52 -05:00
2001-03-28 18:44:04 -05:00
2001-04-10 14:15:23 -05:00
2001-06-22 13:46:26 -05:00
2001-06-28 13:59:16 -05:00

This is hdf5-1.5.7 currently under development
Please refer to the INSTALL file for installation instructions.
------------------------------------------------------------------------------

This release is almost fully functional for the entire API defined in the
documentation, see the RELEASE.txt file in this directory for information
specific to this release of the library.  The INSTALL file contains
instructions on compiling and installing the library.  The INSTALL_parallel
file contains instructions on installing the parallel version of the
library.

Documentation for this release is in the html directory.  Start with the
"index.html" in that dictectory.

Four mailing lists are currently set up for use with the HDF5
library.

   hdf5         - For general discussion of the HDF5 library with
		  other users.

   hdf5dev      - For discussion of the HDF5 library development
		  with developers and other interested parties.

   hdf5announce - For announcements of HDF5 related developments,
		  not a discussion list.

   hdf5cvs      - For checkin notices of code development on the library,
		  not a discussion list.

To subscribe to a list, send mail to "majordomo@ncsa.uiuc.edu",
with "subscribe <list>" in the _body_, not the Subject, of the message.
E.g., subscribe hdf5 

Messages to be sent to the list should be sent to "<list>@ncsa.uiuc.edu".

Nearly daily code snapshots are now being provided at the following URL:
    ftp://hdf.ncsa.uiuc.edu/pub/outgoing/hdf5/snapshots
Please read the readme file in that directory before working with a library
snapshot.

The HDF5 website is located at http://hdf.ncsa.uiuc.edu/HDF5/

Bugs should be reported to hdfhelp@ncsa.uiuc.edu.

Description
No description provided
Readme 627 MiB
Languages
C 81.7%
Fortran 4.5%
Java 4%
CMake 3.3%
C++ 2.4%
Other 4%