Browse Source

멀티스레드를 이용한 병렬 처리 테스트

https://github.com/openNAMU/openNAMU/issues/1712
https://github.com/openNAMU/openNAMU/issues/1674
잉여개발기 (SPDV) 2 years ago
parent
commit
c9a51c1070
2 changed files with 452 additions and 449 deletions
  1. 0 1
      app.py
  2. 452 448
      route/tool/func.py

+ 0 - 1
app.py

@@ -642,6 +642,5 @@ if __name__ == "__main__":
         app,
         host = server_set['host'],
         port = int(server_set['port']),
-        threads = 1,
         clear_untrusted_proxy_headers = True
     )

File diff suppressed because it is too large
+ 452 - 448
route/tool/func.py


Some files were not shown because too many files changed in this diff