This is the first time i've tried to make a program which requires the use of threads and i'm STUCK!
I have a server and a client. When the client connects to the server, it should start a
thread to handle communication with the client.
My problem is that i've tried to do this but the thread dosn't run properly. It starts then stops then starts again for a little longer then stops etc.
I don't know how else to explain it. It would probebly be best if you looked at my code so here's a link to it
https://coderanch.com/t/377591/java/java/Network-assignment-HELP-NEEDED Any help would be greatly apreciated!
Thanks
James.