CIA-Homebrew / BJCP-Scoresheet

Digital form of BJCP scoresheet for beer judging.
GNU General Public License v3.0
8 stars 5 forks source link

Refactor pdf service to be subprocess #219

Open prphntm63 opened 1 year ago

prphntm63 commented 1 year ago

Currently the pdf generation process is run in the same thread as the webserver. Putting it into its own subprocess would dramatically improve performance, especially during mass PDF dumps.