In message <[EMAIL PROTECTED]>, Oğuz Yarımtepe wrote: > Is it possible to send a data object like a tuple or a list in socket > programming?
You'll have to define a bytestream encoding to send over the connection. I recently wrote up some Python code <http://www.codecodex.com/wiki/index.php?title=Simple_Chunk_Protocol_Format> based on the old "chunk" idea from the Amiga days. Feel free to have a read and see if it makes sense to you. -- http://mail.python.org/mailman/listinfo/python-list