This is a minor PR adding support for sessions while using requests. By using sessions, requests can reuse the same TCP connection while making requests to the same host, which might increase performance. Moreover, sessions allow saving cookies data, which is crucial in our 4 server deployment of OAI at the National Library of Norway.
This is a minor PR adding support for sessions while using
requests
. By using sessions,requests
can reuse the same TCP connection while making requests to the same host, which might increase performance. Moreover, sessions allow saving cookies data, which is crucial in our 4 server deployment of OAI at the National Library of Norway.