Ericsson / CodeCompass

CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
https://codecompass.net
GNU General Public License v3.0
517 stars 101 forks source link

Reducing the number of db connections at runtime #589

Closed intjftw closed 1 year ago

intjftw commented 1 year ago

In this PR I made the util library shared instead of static. This way each parsed project shall open one connection to the database at webserver runtime instead of each plugin opening its own connection per project.

@mcserep thank you for your help with this.

Fixes #485.