How to terminate a process gently
-
Hello, Process A want Process B to quit. How to do can give the Process B enough time to do something release. Please give me some suggestion, thank you !
-
Hello, Process A want Process B to quit. How to do can give the Process B enough time to do something release. Please give me some suggestion, thank you !
-
Have you seen MS KB article 178893 ("HOWTO: Terminate an pplication "Cleanly" in Win32")?
Thank you for your replay, please tell me where can I get the article,"MS KB" means what?
-
Thank you for your replay, please tell me where can I get the article,"MS KB" means what?
Microsoft has recently changed the way to do that, or at least it has been changed temporarily. So the way to do it at the moment is to go to the Advanced Search and put the article id in the "For" box and select "Article Id" in the "Search Type" box.
-
Hello, Process A want Process B to quit. How to do can give the Process B enough time to do something release. Please give me some suggestion, thank you !
-
I normally implement an IPC between A and B. Let A notify B and allow B to exit itself gracefully. Best, Jun
Thank you!
-
Thank you for your replay, please tell me where can I get the article,"MS KB" means what?
KB = knowledge base. The article is here: Q178893[^]
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ VB > soccer
-
I normally implement an IPC between A and B. Let A notify B and allow B to exit itself gracefully. Best, Jun
-
That assumes that the developer has access to the source code and such for both processes. If that had been said originally, then I would have replied with an answer more appropriate for that.
-
I would not say that I made assumptions; I think my intent was to clarify the question; in other words, I did not want to make assumptions. I have seen many times vague questions becoming huge discussions when the person asking the question does not clarify the question. So I agree that people should not assume.