Azure web app is a bit slow #40
Labels
backend
Flask backend/HTTP responses
bug
Something isn't working
cloud
About cloud deployment
help wanted
Extra attention is needed
Milestone
Have made some progress on speeding up service, but it is still slower than expected. Featurising is similar time, as is encoding (if done seperately). Segmenting is way slower than on my PC (1 min server vs 15s PC). I feel like this is a multithreading issue: are the first processes using up all the thread allocations because of my multithreading code? Is that even possible?
Possible solution: allocate less threads to each function s.t the first one doesn't get them all.
The text was updated successfully, but these errors were encountered: