Click to See Complete Forum and Search --> : Kill a thread inside a thread


phattius
August 25th, 2001, 04:37 PM
Hey all,
I've got a major problem. I have a UI thread that starts a client thread upon connection. If the client thread detects a file transfer it starts a seperate thread for that. When the file transfer is done and the client thread is killed the file transfer thread hangs out there and i can't kill it. Does anybody know why? Im using UI threads for the client thread and the File Transfer thread as well.