On 7/29/15 10:38 PM, Abhilash Raj wrote:
> Hi Eric,
>
> It's curious to me that Mailman Bundler makes references to Gunicorn
> support, but it seems there code would run into the same problems I did
> (multiple initiations and argument count mismatch). Is anybody using
> this from
Hi Eric,
It's curious to me that Mailman Bundler makes references to Gunicorn
> support, but it seems there code would run into the same problems I did
> (multiple initiations and argument count mismatch). Is anybody using
> this from Bundler currently and can help me figure out why the differenc
On 7/10/15 11:16 AM, Barry Warsaw wrote:
> On Jul 10, 2015, at 10:43 AM, Barry Warsaw wrote:
>
>> My thinking is that a gunicorn -or other external wsgi server- based REST
>> runner wouldn't do much more than run gunicorn with the proper commands in a
>> subprocess, and manage its PID so that the
On Jul 10, 2015, at 10:43 AM, Barry Warsaw wrote:
>My thinking is that a gunicorn -or other external wsgi server- based REST
>runner wouldn't do much more than run gunicorn with the proper commands in a
>subprocess, and manage its PID so that the runner itself could response to
>`mailman stop` and
On Jul 10, 2015, at 10:47 AM, Andrew Stuart wrote:
>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.
Most of the RESTRunner is probably not ap
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:
#
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