lloyd / node-toobusy

Build Node.JS servers that don't fall over.
1.3k stars 128 forks source link

Express.js example fails. #6

Closed jacobmarble closed 11 years ago

jacobmarble commented 11 years ago

The Express.js example probably works alright with Express 2, but not with 3. Also, added process.exit() to SIGINT handler, as the example simply does not exit otherwise. Fixed corresponding README.md content.

lloyd commented 11 years ago

manually merged and removed process.exit(), which was is not required for proper shutdown from where I sit.

thanks for the contribution!