Hello!
I use ZeroMQ 2.2.0 for interprocess communication on ARM-based board.
I write two daemons with ZMQ_REP/ZMQ_REQ mechanism, socket address 
ipc://config - first control config file, second get some parameters 
from config file via first daemon, its work fine.
Now I add web-interface for configure board. I write CGI for send 
request on configuration daemon, daemon work, but it not get messages 
from CGI, if I run CGI manually daemon get message.
After change socket address on ipc:///tmp/config, from ipc://config, 
daemon get message from CGI.
Than such difference speaks between ipc://config and ipc:///tmp/config 
for CGI?
Thank you and excuse me for my bad english.

-- 
Best regards,
Brilliantov Kirill Vladimirovich
…………………………………………………………………
programmer, technical department
Byterg LLC
…………………………………………………………………
+7(495)221-66-22
http://www.byterg.ru    http://www.bestdvr.ru
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to