What new projects are the most viable candidates for production-grade usage?
哪些项目是可以在真正的产品阶段使用的作为可靠的候选?
2
For that, you need to deploy Django to a production-grade Web server, such as Apache or lighttpd.
因此,您需要将Django应用程序部署到生产级Web服务器,比如apache或lighttpd。
3
High availability, the requirement to protect a production-grade application against a failure of any node, isn't a new concept by any standard; many software products address this challenge.