Closed frbattid closed 9 years ago
Instead of using a single permanent connection, use a pool of connections.
Reference: http://stackoverflow.com/questions/18496540/node-js-mysql-connection-pooling
Effort: 1 man day
Implemented in PR https://github.com/telefonicaid/fiware-cosmos/pull/110
Instead of using a single permanent connection, use a pool of connections.
Reference: http://stackoverflow.com/questions/18496540/node-js-mysql-connection-pooling
Effort: 1 man day