从任务管理器中删除该进程
有时,即使在客户端应用程序中将该对象设置为空,ActiveX EXE 对象仍然保留在任务管理器中。
有什么办法可以顺利终止Activex线程吗?
Sometimes ActiveX EXE object still remains in task manager even after the object is set to nothing in Client application.
Is there any way to smoothly terminate an Activex thread?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果 ActiveX 对象作为单独的进程出现在任务管理器中,那么它一定是进程外 COM 服务器,而不是托管在应用程序的线程中。
我可以想到为什么在您的客户端释放其实例后服务器仍将运行的两个明显原因:
If the ActiveX object is appearing in task manager as a separate process then it must be an out of process COM server, not hosted in a thread in your application.
I can think of two obvious reasons why the server would still be running after your client has released its instance: