<div dir="ltr"><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">nginx parses configuration as a whole, either on start or on HUP signal.<br><br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Your map is part of the configuration (separating it in multiple files does not change the fast everything is being merged before being statically interpreted/compiled), thus you need to signal the master process whenever you change it.<br><br>nginx gracefully finishes processing current requests on old workers while spawning new ones and accepting new connections there.<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">If performance is an issue, I suggest you have a serious look at how you dimensioned your infrastructure, since max the double of workers could use resources at the same time.<br>If not, you will then have to resort to killing old workers manually.<br></div><div class="gmail_extra"><div><div class="gmail_signature" data-smartmail="gmail_signature"><font size="1"><span style="color:rgb(102,102,102)">---<br></span><b><span style="color:rgb(102,102,102)">B. R.</span></b><span style="color:rgb(102,102,102)"></span></font></div></div>
<br><div class="gmail_quote">On Thu, Oct 27, 2016 at 9:44 PM, Cox, Eric S <span dir="ltr"><<a href="mailto:eric.cox@kroger.com" target="_blank">eric.cox@kroger.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div link="blue" vlink="purple" lang="EN-US">
<div class="m_-673144387709041445WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Is anyone aware of a way to dynamically reload a file when using the MAP module without having to reload the server? We have a file that gets updated roughly
 every minute that needs reloaded and it seem that doing a reload every minute on the server processes might cause a performance issue?<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Also is anywhere aware of a way to view the current size for the map hash tables?
<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Thanks
<u></u><u></u></span></p>
</div>
<br>
<hr>
<font face="Arial" size="2" color="Gray"><br>
This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain information that is confidential and protected by law from unauthorized disclosure. Any unauthorized review, use, disclosure or distribution is
 prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.<br>
</font>
</div>

<br>______________________________<wbr>_________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/<wbr>mailman/listinfo/nginx</a><br></blockquote></div><br></div></div>