Re: [zeromq-dev] locale communication with REQ-REP Pattern

2012-12-07 Thread Ian Barber
On Wed, Dec 5, 2012 at 1:21 PM, Martin Hua m@gmx.de wrote: Ah, ok. If it is possible and ok, then I like to know some details about REQ-REP, how its all handled inside zmq. Each connection is assigned an identity by the REP part, and the current identity is stored when the application

[zeromq-dev] locale communication with REQ-REP Pattern

2012-12-05 Thread M . Hua
Hi, I have implemented a client-server application a couple of days ago, where a client sends a string message to the server and waits for his reply message. When I run a server and n Clients, then the server knows which message, that the server received, belongs to which client, and then

Re: [zeromq-dev] locale communication with REQ-REP Pattern

2012-12-05 Thread Andrew Hume
martin, what pattern (REQ-REP, PUB-SUB, PUSH-PULL) are you using? if REQ-REP, then its all handled inside zmq. or did you want to know those details? On Dec 5, 2012, at 2:24 AM, m@gmx.de wrote: Hi, I have implemented a client-server application a couple of days ago,

Re: [zeromq-dev] locale communication with REQ-REP Pattern

2012-12-05 Thread Martin Hua
Hello, my answers are below. Original-Nachricht Datum: Wed, 5 Dec 2012 02:29:40 -0700 Von: Andrew Hume and...@research.att.com An: ZeroMQ development list zeromq-dev@lists.zeromq.org Betreff: Re: [zeromq-dev] locale communication with REQ-REP Pattern martin, what