<div dir="ltr"><div><div><div><div><div><div><div><div>Hi all, <br></div>Not sure if I&#39;m missing something but I recently wanted to try switching from Apache to Nginx + Starman to serve a Dancer app.<br><br></div>I&#39;m having an issue reloading Starman after I make changes to my code, in that my changes are not picked up after I send a SIGHUP to the Starman master. <br>
<br></div>I&#39;m starting my app like so: <br> plackup -E development -s Starman --workers=1 -p 3000 -a bin/<a href="http://app.pl">app.pl</a> -D<br><br></div>Then after I make some changes <br></div>I send a kill -1 or -HUP to the Starman master work pid.My changes are then not being picked up by the new starman worker.<br>
</div><br></div><div>So far the only way I have been able to reload my changes is to manually kill both master and all workers, then reissue the plackup command. I have also tried using the plackup --Reload option, with no luck either. <br>
<br></div><div>I&#39;m running Starman-0.3006.<br></div><div><br></div>Am I doing something wrong? Is this a known issue?<br><br></div>Thanks for any help.<br><div><div><div><div><div><div><div><br></div></div></div></div>
</div></div></div></div>