开发者

Recompile Django without restarting Apache

开发者 https://www.devze.com 2023-01-14 21:04 出处:网络
I know there are topics on this and I am aware of using Daemon processes with mod_wsgi, but I am running on a Windows computer and I don\'t believe WSGIDaemonProcess is therefore available.Is there an

I know there are topics on this and I am aware of using Daemon processes with mod_wsgi, but I am running on a Windows computer and I don't believe WSGIDaemonProcess is therefore available. Is there any other way I can recompile Django without restarting Apache with mod_wsgi on a Windows computer?

If not that's fine but I just wonder how people would deal with this in a production 开发者_运维技巧environment with a hosting company (like GoDaddy), where the server is not theirs to control. I'm running a development server so restarting it is no big deal.


Best you can manage is what is described in:

http://blog.dscpl.com.au/2009/02/source-code-reloading-with-modwsgi-on.html

0

精彩评论

暂无评论...
验证码 换一张
取 消