1. 19 Aug, 2014 5 commits
  2. 18 Aug, 2014 4 commits
  3. 17 Aug, 2014 11 commits
  4. 16 Aug, 2014 7 commits
  5. 15 Aug, 2014 1 commit
  6. 14 Aug, 2014 2 commits
  7. 13 Aug, 2014 2 commits
  8. 12 Aug, 2014 2 commits
    • Tatsuhiro Tsujikawa's avatar
      ca680c16
    • Tatsuhiro Tsujikawa's avatar
      nghttpx: Add hot deploy feature · bf13d912
      Tatsuhiro Tsujikawa authored
      nghttpx supports hot deploy feature using signals.  The host deploy in
      nghttpx is multi step process.  First send USR2 signal to nghttpx
      process.  It will do fork and execute new executable, using same
      command-line arguments and environment variables.  At this point, both
      current and new processes can accept requests.  To gracefully shutdown
      current process, send QUIT signal to current nghttpx process.  When
      all existing frontend connections are done, the current process will
      exit.  At this point, only new nghttpx process exists and serves
      incoming requests.
      bf13d912
  9. 10 Aug, 2014 5 commits
  10. 09 Aug, 2014 1 commit