Bidirectional communication over unix socket (named pipe)

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Thu Oct 18 00:30:31 EDT 2007


En Wed, 17 Oct 2007 18:20:06 -0300, Raúl Gómez C. <nachogomez at gmail.com>  
escribió:

> BTW: This is the original post:
>
>
> server = socket.socket(socket.AF_UNIX, socket.SOCK_DGRAM)

As I understand the OP's own response, changing SOCK_DGRAM to SOCK_STREAM  
here solved the issue.

-- 
Gabriel Genellina




More information about the Python-list mailing list