You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell, the rubydora client is not sending Keep-Alive headers for its connections. This causes a lot of connection-setup overhead in our use case where we load lots of datastreams for the same object in succession.
Switching to Faraday and Net::HTTP::Persistent adapter should fix this -- I'm not sure RestClient supports keep-alive.
The text was updated successfully, but these errors were encountered:
As far as I can tell, the rubydora client is not sending
Keep-Alive
headers for its connections. This causes a lot of connection-setup overhead in our use case where we load lots of datastreams for the same object in succession.Switching to Faraday and
Net::HTTP::Persistent
adapter should fix this -- I'm not sure RestClient supports keep-alive.The text was updated successfully, but these errors were encountered: