Skip to content

0.1.1

Compare
Choose a tag to compare
@kylef kylef released this 06 Dec 00:22
· 133 commits to master since this release
Enhancements
  • Adds support for OS X.

  • Allow dynamically changing the worker count using the TTIN and TTOU signals.
    To increase the worker count by one, where $PID is the PID of the master process.

    $ kill -TTIN $PID
    

    To decrease the worker count by one:

    $ kill -TTOU $PID
    
Bug Fixes
  • Resolves a problem where some HTTP requests we're not getting passed.