Bidirectional communication over unix socket (named pipe)

J Rice rice.jeffrey at gmail.com
Wed Mar 8 13:38:19 EST 2006


Hi Donn,
Not sure I fully understand your suggestion.  bind() only works once --
I can't bind again in the client.  Same thing with connect() -- once I
issue a connect in the server, it rejects it in the client.

Doing this as a stream works for what I want, but I would like to
understand why it didn't work with datagram.




More information about the Python-list mailing list