Thanks a lot Mikko, it works now. Happy to have learned something.

Cheers,

Laurent.


Le 26/06/2013 18:55, Mikko Koppanen a écrit :
On Wed, Jun 26, 2013 at 9:06 PM, Laurent Alebarde <[email protected] <mailto:[email protected]>> wrote:


    console server :
    $ ./flserver1 ipc://test.ipc &
    [1] 17822
    $ I: echo service is ready at ipc://test.ipc


ipc://test.ipc is a relative path. If you working directory is not the same then IPC pipe would be created in different directories. Try using absolute path such as ipc:///tmp/test.ipc (notice three slashes, two for protocol and one starting the path.)

--
Mikko Koppanen


_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to