I am moving from development to deployment and wonder how can i make my bottle.py application service both HTTP and HTTPS requests, and be multiprocess/multithreaded? I understand I need to use something like cherrypy instead of wsgiref?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
In the Docs there are ideas to increase performance and multi-thread. I use a different folder and port for the deployed version so I can test without disrupting use. The long text is here and includes pasteserver, and several others. |
||||
|
|