This question was probably asked and most likely answered, but I do not know where to find it.
Problem: I have a python flash drive router that takes some time to process the data for each call. I need each of the route calls to be a thread on its own, so it does not need to wait for requests to load.
python flask parallel-processing
Corbbin goldsmith
source share