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.

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?

share|improve this question

1 Answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.