[zeromq-dev] IPC on Windows (again)
Martin Sustrik
sustrik at 250bpm.com
Fri Mar 18 23:30:07 CET 2011
On 03/18/2011 02:09 PM, Martin Lucina wrote:
> What do you think? This approach would provide the name lookup without the
> need for any external service.
Why not simply write auto-generated port number to the file provided in
the connection string? The other peer would then simply read the port
number from the file. Actual communication would be performed over
standard TCP socket on said port.
Martin
More information about the zeromq-dev
mailing list