Changes between Version 1 and Version 2 of Ticket #1092
- Timestamp:
- Dec 1, 2015, 2:34:27 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1092 – Description
v1 v2 7 7 killResult = kill(iter->getPID(),SIGKILL); 8 8 }}} 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.9 This is not correct, and rasserver never has the chance for a proper shutdown first, we need some wait time (I think 30ms is more than enough) before issuing the final SIGKILL.