Read / Write image file

codecraig codecraig at gmail.com
Tue May 3 15:23:07 EDT 2005


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




More information about the Python-list mailing list