ciaranj / flickrnode

non-blocking api for using Flickr with node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support pooled connections when calling off to flickr

ciaranj opened this issue · comments

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?