mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-05 23:20:19 +00:00
1 line
2.9 KiB
JSON
1 line
2.9 KiB
JSON
[{"user_id": 4219, "stars": [], "topic_id": 5658, "date_created": 1297711243.896811, "message": "Is it possible to estimate how much memory nginx will use for a django app? (say caching is outsourced to memcached or redis)", "group_id": 81, "id": 103580}, {"user_id": 2062, "stars": [], "topic_id": 5658, "date_created": 1297713017.4362919, "message": "cool thanks. moral of the story OMG dont use fastcgi, except that it works fine for some people", "group_id": 81, "id": 104023}, {"user_id": 230, "stars": [], "topic_id": 5658, "date_created": 1297711799.1302209, "message": "If it's just nginx itself reverse proxying to gunicorn, I would be surprised if nginx used over 6mb of RAM. The gunicorn instances are another story, though; that'll be entirely dependent on your application, queries, how much you materialize into memory at any given time, etc.", "group_id": 81, "id": 103710}, {"user_id": 2062, "stars": [], "topic_id": 5658, "date_created": 1297713042.0365779, "message": "I will be checking out gunicorn for sure tho.", "group_id": 81, "id": 104027}, {"user_id": 7, "stars": [], "topic_id": 5658, "date_created": 1297713161.679234, "message": "Nope, it's using eventlet.wsgi", "group_id": 81, "id": 104041}, {"user_id": 2062, "stars": [], "topic_id": 5658, "date_created": 1297712642.274024, "message": "do you like gunicorn over fastcgi? anyone know of any performance stats?", "group_id": 81, "id": 103954}, {"user_id": 2062, "stars": [], "topic_id": 5658, "date_created": 1297713062.810338, "message": "so does convore use fastcgi?", "group_id": 81, "id": 104029}, {"user_id": 4219, "stars": [], "topic_id": 5658, "date_created": 1297713261.1000149, "message": "@alex oh, I didn't realize eventlet.wsgi was doing it all, i thought it was just /media/ calls", "group_id": 81, "id": 104058}, {"user_id": 7, "stars": [{"date_created": 1297713698.9857709, "user_id": 1}], "topic_id": 5658, "date_created": 1297713316.3258929, "message": "/live/ calls *only* hit the evenlet endpoint, everything else uses evenlet.wsgi to serve django", "group_id": 81, "id": 104063}, {"user_id": 7, "stars": [{"date_created": 1297714116.840986, "user_id": 2062}], "topic_id": 5658, "date_created": 1297712846.9377201, "message": "http://www.quora.com/Django/What-is-the-fastest-way-to-deploy-Django-with-FastCGI?q=fastcgi+djang", "group_id": 81, "id": 103991}, {"user_id": 7, "stars": [{"date_created": 1297727738.653049, "user_id": 230}], "topic_id": 5658, "date_created": 1297713041.8248789, "message": "for values of people that are @ericflo", "group_id": 81, "id": 104026}, {"user_id": 1736, "stars": [{"date_created": 1297713701.2645161, "user_id": 1}], "topic_id": 5658, "date_created": 1297713485.4435129, "message": "And /media/ is the part that doesn't hit eventlet, thats pure nginx", "group_id": 81, "id": 104076}, {"user_id": 4219, "stars": [], "topic_id": 5658, "date_created": 1297715193.5665841, "message": "i mixed up /live/ with /media/", "group_id": 81, "id": 104339}] |