Re: [uWSGI] uwsgictl

2017-12-19 Thread Roberto De Ioris
> Hi all, > > I'm planning to write a script in Python to allow controlling the master > uWSGI process and would like to get some input before attempting to code > this. > > First, I'm struggling to safely start, stop and restart the master uWSGI > process when multiple workers/threads are used.

Re: [uWSGI] python 2.7 to 3.6 - please advise on framework to use

2017-12-19 Thread Dorian Hoxha
Hi David, What did you end up choosing ? On Tue, Jul 18, 2017 at 8:21 AM, David Montgomery wrote: > Well, > > I need pure speed.. 10K to 100K rps is what I do with avg response of > 50ms. uWSGI with gevent for the 2.7 world was the way too awesome but not > native

[uWSGI] uwsgictl

2017-12-19 Thread Etienne Robillard
Hi all, I'm planning to write a script in Python to allow controlling the master uWSGI process and would like to get some input before attempting to code this. First, I'm struggling to safely start, stop and restart the master uWSGI process when multiple workers/threads are used. Thus, a