lorenzo-frittoli / forme-website

Website used for Cassini highschool 2023 ForMe festival
Eclipse Public License 2.0
2 stars 1 forks source link

Optimize connections #19

Closed lorenzo-frittoli closed 11 months ago

BestCrazyNoob commented 11 months ago

The connections have not been optimazed as planned because of issues caused by multithreading, however, the before_request and after_request methods have been modified to create and close a single connection per request in a more scalable way.