Changes between Initial Version and Version 1 of Ticket #1092


Ignore:
Timestamp:
Dec 1, 2015, 2:20:01 PM (8 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1092 – Description

    initial v1  
    66            int killResult = kill(iter->getPID(),SIGTERM);
    77            killResult = kill(iter->getPID(),SIGKILL);
    8 }}
     8}}}
    99This 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.