mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-21 15:40:58 +00:00
1 line
1.1 KiB
JSON
1 line
1.1 KiB
JSON
[{"user_id": 4219, "stars": [], "topic_id": 5661, "date_created": 1297711351.2203441, "message": "I have read that many people run multiple instances of pylon's web server paste, do people do the same for a django app running on nginx/apache?", "group_id": 81, "id": 103594}, {"user_id": 4219, "stars": [], "topic_id": 5661, "date_created": 1297711413.7071011, "message": "(that's on a single server, and the same goes if they have multiple front physical servers)", "group_id": 81, "id": 103608}, {"user_id": 4219, "stars": [], "topic_id": 5661, "date_created": 1297711378.634048, "message": "i.e with paste, there will have a 8 gig box, running 16 paste web servers that are round robined using haproxy", "group_id": 81, "id": 103600}, {"user_id": 214, "stars": [], "topic_id": 5661, "date_created": 1297713080.947233, "message": "Well, most Django deployments use a WSGI server (like Apache/mod_wsgi or gunicorn) that can handle multiple threads or processes internally for concurrency. So you don't often see multiple WSGI server \"instances\" until you're at a scale where you need multiple boxes.", "group_id": 81, "id": 104033}] |