[zeromq-dev] PHP Error on Ubuntu
Mikko Koppanen
mikko at kuut.io
Wed Oct 12 01:27:42 CEST 2011
On Wed, Oct 12, 2011 at 12:24 AM, lanre lawal <lawillas4ever at yahoo.com> 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
More information about the zeromq-dev
mailing list