dmwm / cmssh

Interactive shell for CMS experiment
http://cms.cern.ch/
7 stars 2 forks source link

Add pycurl manager to handle HTTP(s) session #34

Closed vkuznet closed 12 years ago

vkuznet commented 12 years ago

PyCurl can significantly speed up client part if used properly (see DAS/DBS3). I need to add pycurl HTTP manager and use it for all remote calls, to do so I need to keep around single instance of curl object.