telefonicaid / fiware-cosmos

fiware-cosmos toolkit for administration and support. Includes Sahara plugin
GNU Affero General Public License v3.0
11 stars 15 forks source link

[cosmos-gui] Use a pool of MySQL connections #109

Closed frbattid closed 9 years ago

frbattid commented 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

frbattid commented 9 years ago

Implemented in PR https://github.com/telefonicaid/fiware-cosmos/pull/110