[zeromq-dev] 0MQ and Firewalls

2010-10-04 Thread John McLaughlin - PTIR
Is there a officially defined position with regards to 0MQ's ability to work in a client/server architecture where the client might be behind a firewall/NAT-router? If so, where can I find this documented? In this scenario, what is the support for: 1. TCP transport REQ/REP 2. Multi-

Re: [zeromq-dev] What is the best 0MQ socket configuration for an event server?

2010-08-31 Thread John McLaughlin - PTIR
ailto:sust...@250bpm.com] Sent: Tuesday, August 31, 2010 11:12 AM To: 0MQ development list Cc: John McLaughlin - PTIR Subject: Re: [zeromq-dev] What is the best 0MQ socket configuration for an event server? Hi John, > I have a need that does not seem to have a natural solution in 0MQ, but > ma

[zeromq-dev] What is the best 0MQ socket configuration for an event server?

2010-08-31 Thread John McLaughlin - PTIR
I have a need that does not seem to have a natural solution in 0MQ, but maybe I am missing something. Here're the basics: 1. There will be a Server process (with a "published" address) 2. There will be Client processes that may come and go concurrently from anywhere on the netwo

[zeromq-dev] ZeroMQ Cross-compile and/or CMake

2010-08-16 Thread John McLaughlin - PTIR
Help please I am trying to cross-compile ZeroMQ on an x86/Linux machine for execution on an embedded PPC/Linux machine. The ZeroMQ web site makes reference to using CMake for cross-compiling, but the ZeroMQ source files seem to be lacking the CMakeLists.txt configuration file. I have t