On Wed, Jun 26, 2013 at 9:06 PM, Laurent Alebarde <[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
