On Wed, Oct 12, 2011 at 12:24 AM, lanre lawal <[email protected]> wrote: > Hello Ali, > Well for what iḿ trying to achieve I really don´t need to send any > messages, All i need to do is receive the messages so am thinking maybe the > send() part would have to go off. The documentation site is currently down > so I can´t access the documentation. Is there a soft copy of the > documentation that I can get from somewhere else. Maybe you can help me from > your experience. I´ll explain what I actually want to achieve. > > There´s a dedicated IP address that is currently receiving messages from > some devices, now I want to connect to this address and receive these > messages. Thats just what I want to do. Can you give me steps on how to do > this or better still send me a soft copy of the documentation.
Hi, if you want to just receive message then REQ/REP is the wrong pattern for you. You should use PUB/SUB for this scenario. The http://zguide.zeromq.org/ contains examples in PHP as well. -- mikko _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
