首页 > 其他 > 详细

nothreading use single threaded

时间:2020-04-22 09:44:14      阅读:70      评论:0      收藏:0      [点我收藏+]

 

threading:
  # ThreadingMixIn.daemon_threads indicates how threads will behave on an
  # abrupt shutdown; like quitting the server by the user or restarting
  # by the auto-reloader. True means the server will not wait for thread
  # termination before it quits. This will make auto-reloader faster
  # and will prevent the need to kill the server manually if a thread
  # isn‘t terminating correctly.

 

Fixed #30619 -- Made runserver --nothreading use single threaded WSGI… · django/django@a9c6ab0 https://github.com/django/django/commit/a9c6ab03560424ed7dff24849c8ddaa3e1eae62e

 

nothreading use single threaded

原文:https://www.cnblogs.com/yuanjiangw/p/12749361.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!