Hi,

On unix TProcess.Terminate will send a TERM signal, if this succeeds it
will poll if it exited, and immediately send a KILL signal if not. Isn't
this a bit rigorous ? It may not have had a change to run even, let
alone terminate properly.

Also, it calls GetExitStatus.

Perhaps there should be distinction between 'ask to terminate' and 'kill
now' ?

Micha
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to