transmit an array via socket

Diez B. Roggisch deets at nospam.web.de
Sat Oct 27 03:35:29 EDT 2007


Jeff Pang schrieb:
> I want to transmit an array via socket from a host to another.
> How to do it? thank you.

Using XMLRPC or Pyro or other RPC mechanisms instead of reinventing a 
wheel that is larger than the socket API suggests in the first place.

Diez



More information about the Python-list mailing list