Changes between Initial Version and Version 1 of Ticket #1092
- Timestamp:
- Dec 1, 2015, 2:20:01 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1092 – Description
initial v1 6 6 int killResult = kill(iter->getPID(),SIGTERM); 7 7 killResult = kill(iter->getPID(),SIGKILL); 8 }} 8 }}} 9 9 This is not correct, and rasserver never has the chance for a proper shutdown first, we need some wait time (I think 100-200ms is more than enough) before issuing the final SIGKILL.