On 24/04/15 08:41, Andrew Stuart wrote:
If the problem is within nginx, then running nginx the same way in on a regular 
system should exhibit the same behavior, right?

OK so I added these two lines to /etc/nginx/nginx.conf and started the nginx 
service (which of course ran in the foreground).
master_process off;
daemon off;

I was following Antii’s line of thinking which I read as….. if the problem is 
because it is running with master_process or daemon off then the same thing 
should happen in a rump and a “normal” environment.

Here is the result:

root@contiki:/home/ubuntu/temp# siege  -c10 -b -t20s -i 
http://localhost/logo150.png

Ok, but we're interested in if there's slowdown and in cross-domain communication.

The high number suggests there's no slowdown, but running against localhost doesn't produce any useful reference.

I do think we should get the reference numbers with the "master off;" mode, but not against localhost.

Also, if you can do two batches, just to confirm that there's no slowdown, would be great.

Reply via email to