How to remotly debug python on my apache?

What are the advantages of using Paste instead of Apache/nginx as a Python web server?

  • Why has quora and reddit chose to go with using Paster as their web server, proxied by HAProxy instead of apache/nginx?  Are there performance reasons?  What about serving static content like js files and images?

  • Answer:

    They're probably using a CDN to serve the bulk of the static content and Paster to serve the dynamic content from their app servers -- in any case, I'd be surprised if they didn't have nginx/apache/similar to serve static content to the CDN, but it wouldn't be strictly necessary.

Matt Billenstein at Quora Visit the source

Was this solution helpful to you?

Other answers

It was my understanding that they used pylons for this site?  Paste is the default way to serve a pylons app.  I would guess that the main advantage was ease of deployment.

Kevin Beckford

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.