Sockets

Hugo Martires hugomartires at hotmail.com
Wed Oct 10 07:14:48 EDT 2001


My server need to send 2 strings separeted:
 s1= 'xxx'
 s2= 'yyy'

My client must received like this:
 rec1= 'xxx'
 rec2= 'yyy'

The problem is that the Client received s1 and s2 in one only string.

How can i received in 2 separeted variables ?

Tanks



More information about the Python-list mailing list