well on the server, if I have, x = sock.recv(1024) ....and the client sends more than 1024 bytes...the server won't receive it all right? So I am wondering, how do I setup the server to handle some unknown amount of data?
Note, in previous post it should have been, x = sock.recv(1024) not x = server.recv(1024) thanks -- http://mail.python.org/mailman/listinfo/python-list