标签: python django multithreading
当同时发送到runserver的ajax请求时,它会被杀死。
我之前知道它是单线程的,但是--nothreading选项说它现在是multithreaded by default.但是,我的runserver被杀了。
multithreaded by default.
我正在运行django == 1.10和python == 2.7
如何阻止runsever被杀? 或者这是因为python的多线程限制?