G
goldenview
Guest
Dear All:
I made a tool which is a server-client structure, there is an interface .dll between server and client and the main calculation .dll is only on the service. Every client can use their client software to startup the calculation on the service. But I met a problem that once the calculation starts, it can only stop once the calculation finished. If something unexpected happened the server will keep running. So is there any way to stop the calculation process on server by the client like stop a thread on the local computer?
Thank you!
Continue reading...
I made a tool which is a server-client structure, there is an interface .dll between server and client and the main calculation .dll is only on the service. Every client can use their client software to startup the calculation on the service. But I met a problem that once the calculation starts, it can only stop once the calculation finished. If something unexpected happened the server will keep running. So is there any way to stop the calculation process on server by the client like stop a thread on the local computer?
Thank you!
Continue reading...