Peter Jessop wrote: > I think the problem here is the 'break' statement. > Does it not put you outside the while loop whereas in order to keep > the server socket open you need it to loop forever. > > I also think that the s.accept should be inside the while loop. There are two loops, I think you missed the outer loop. Kent