At the moment, CCO opens a new connection for each request. We should pool open connections and open new ones only when needed. Note that these connections are still dynamic: CONF dictates which datasources exist and which don't and this can change at any time during runtime.
At the moment, CCO opens a new connection for each request. We should pool open connections and open new ones only when needed. Note that these connections are still dynamic: CONF dictates which datasources exist and which don't and this can change at any time during runtime.