Hi,
There are multiple threads runing in my application, the application is very huge. A client server architecture, though the client stops, the server keeps running at the back ground.
It so happens that sometimes, even after i click the exit button which has "this.Close()" called inside the click event handler, the client still survives in the process, the only work around is to kill the process and start again, client is mutex.
Any help appreciated.
Thanks.