The below code is supposed to work like this; if a client connects, start a new
thread, repeat forever (ie, do this everytime a client connects).
Does this do what I think it's supposed to do? At the moment I can't
test it properly, all I need to know is: when a client connects and the server starts a new thread will this then continue to wait for connections from other clients (and start new threads when they do connect) or will it wait until the thread has stopped running then wait for another client to connect?
J