> Hi, I’m using uwsgi running two psgi Perl Dancer apps under the Emperor.
>
> Is it normal for uwsgi vassals to repeatedly announce their loyalty to the
> Emperor, upon nearly every request?
>
> Here's a small portion of my uwsgi.log file:
>
> announcing my loyalty to the Emperor...
> Mon Aug 17 20:51:59 2015 - [emperor] vassal www.ini is now loyal [pid:
> 1713|app: 0|req: 4/11] 0.0.0.0 () {44 vars in 873 bytes} [Mon Aug 17
> 20:52:12 2015] GET /sitemap-index.xml => generated 284 bytes in 7 msecs
> (HTTP/1.1 200) 4 headers in 146 bytes (0 switches on core 0)
> [pid: 1706|app: 0|req: 2/12] 0.0.0.0 () {42 vars in 808 bytes} [Mon Aug 17
> 20:52:22 2015] GET / => generated 113840 bytes in 207 msecs (HTTP/1.1 200)
> 4
> headers in 143 bytes (0 switches on core 0)
> [pid: 1709|app: 0|req: 1/13] 0.0.0.0 () {42 vars in 844 bytes} [Mon Aug 17
> 20:52:35 2015] GET /about => generated 124031 bytes in 1325 msecs
> (HTTP/1.1
> 200) 4 headers in 143 bytes (0 switches on core 0)
> announcing my loyalty to the Emperor...
> Mon Aug 17 20:52:36 2015 - [emperor] vassal www.ini is now loyal
> [pid: 1713|app: 0|req: 5/14] 0.0.0.0 () {44 vars in 865 bytes} [Mon Aug 17
> 20:52:38 2015] GET / => generated 113840 bytes in 129 msecs (HTTP/1.1 200)
> 4
> headers in 143 bytes (0 switches on core 0)
>
> These announcements of loyalty to the Emperor appear to occur with nearly
> every request.
>
> Are these poor vassals trying to kiss up to the Emperor for special
> favors,
> or (more likely) is there something wrong with my configuration?
>
> Thanks in advance,
> Hermann
>

Hi, you will get one "announce" per-worker. If you get more, there is
something wrong going on. Eventually paste your config


-- 
Roberto De Ioris
http://unbit.com
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to