HDFGroup / h5pyd

h5py distributed - Python client library for HDF Rest API
Other
111 stars 39 forks source link

Implement Sessions #16

Closed jreadey closed 7 years ago

jreadey commented 7 years ago

Use of session objects should improve performance by allow re-use of SSL connections. See: http://docs.python-requests.org/en/master/user/advanced/#session-objects.

jreadey commented 7 years ago

This is implemented in https://github.com/HDFGroup/h5pyd/commit/0e069184935ac68d56aea4870a522763a735cc86.

So a minor speed improvement with http connections. Haven't tried with https yet.