On Jul 08, 2015, at 05:13 PM, Eric Searcy wrote:
>Testing with siege (15 concurrent users) on a production VM, I get 29
>requests/sec and a concurrency of just 1.3x requesting the
>"/3.0/domains" URL. For "/3.0/system/versions" I get only about 0.2x
>concurrency. This may not scale too well to a
I’ve fumbled around here to see if I can make it work with gunicorn.
Correct me if I’m wrong but effectively gunicorn would need to run the rest
server within itself, so it would be necessary to run the rest server outside
the mailman runners? I’m not sure how to do so.
rest/wsgiapp.py says:
#