Home »
MCQs »
CherryPy MCQs
Which of the following communicates with a production-ready web server that is interoperable with a load-balancing proxy?
38. Which of the following communicates with a production-ready web server that is interoperable with a load-balancing proxy?
- Config.py
- Model.py
- Controllers.py
- Server.py
Answer: D) Server.py
Explanation:
Model.py file interacts directly with the database to provide various services or to store permanent data.