stop server with SIGINT #13

Merged
darrinholst merged 1 commits from master into master 2012-01-30 16:52:15 +00:00
darrinholst commented 2012-01-30 16:50:04 +00:00 (Migrated from github.com)

Not sure if this is just me, but using KILL to stop the server doesn't clean up the pid. Using SIGINT allows the pid to be cleaned up and avoids a restart that takes 30 seconds.

Ruby 1.9.2 and webrick

Not sure if this is just me, but using KILL to stop the server doesn't clean up the pid. Using SIGINT allows the pid to be cleaned up and avoids a restart that takes 30 seconds. Ruby 1.9.2 and webrick
johnbintz commented 2012-01-30 16:52:20 +00:00 (Migrated from github.com)

Thanks!

Thanks!
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: github-migration/guard-rails#13
No description provided.