flickrnode
flickrnode copied to clipboard
Support pooled connections when calling off to flickr
Currently the api spawns a new connection for each api/feed request. It would probably be nicer to re-use connections where possible, however this perhaps should be the responsibility of the underlying APIs (node.js) to implement?