unbit / uwsgi

uWSGI application server container
http://projects.unbit.it/uwsgi
Other
3.45k stars 691 forks source link

Testing ini files causes running instances to fail #588

Closed ruipacheco closed 10 years ago

ruipacheco commented 10 years ago

I am writing a .ini file for my Emperor and decided to test it thus:

/path/to/venv/uwsgi --ini emperor.ini --no-server

I thought a new instance of uwsgi would be fired up, the config file tested and then the instance would be killed. But at some point I started getting error reports from my users and upon checking the logs I found this on the logs of my currently running instance of uwsgi:

no-server mode requested. Goodbye.

Is this expected? Shouldn't the two instances be isolated from each other?

unbit commented 10 years ago

--no-server with the Emperor is a bit complex to manage (or better, it is a specific case). If you want to test configurations you should place no-server in each related vassal file