multi thread in server
This commit is contained in:
parent
b009796b36
commit
e3425c4ac4
|
|
@ -115,4 +115,4 @@ if __name__ == '__main__':
|
|||
_thread.start_new_thread(main, () )
|
||||
|
||||
|
||||
application.run(host='127.0.0.1', port=80)
|
||||
application.run(host='127.0.0.1', port=80, threaded=True)
|
||||
|
|
|
|||
Loading…
Reference in New Issue