[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[netCDF #HDT-424966]: Fwd: Is it possible to have opendap reusing connections via libcurl despite netcdf api making many small requests?
- Subject: [netCDF #HDT-424966]: Fwd: Is it possible to have opendap reusing connections via libcurl despite netcdf api making many small requests?
- Date: Wed, 05 Sep 2012 15:28:27 -0600
Interesting. The current situation,
at least for the C client is that
during the interval between
nc_open() and the corresponding nc_close()
the curl handle is kept active. I assume that
curl reuses the same connection during that interval.
However, closing the curl handle should close the socket.
If I understand his message, then he is seeing a bunch of
open sockets waiting to timeout? Do I understand this correctly?
=Dennis Heimbigner
Unidata
Ticket Details
===================
Ticket ID: HDT-424966
Department: Support netCDF
Priority: Normal
Status: Closed