MolSSI / QCFractal

A distributed compute and database platform for quantum chemistry.
https://molssi.github.io/QCFractal/
BSD 3-Clause "New" or "Revised" License
148 stars 48 forks source link

Reduce number of SQLAlchemySocket instances created on startup #853

Closed bennybp closed 1 month ago

bennybp commented 1 month ago

Description

Small improvement to how QCFractal servers start up.

This change reducing the times an SQLAlchemySocket object need to be created (which can be somewhat expensive). Very minor, just something I noticed while benchmarking some other areas.

Status