[zeromq-dev] [otish] "Why ZeroMQ"

Oliver Smith oliver at kfs.org
Tue Jul 27 15:50:16 CEST 2010


On 7/27/2010 8:44 AM, Pieter Hintjens wrote:
>> #define ZMQ_PIPELINE_OUTSOCKET 8
>> #define ZMQ_PIPELINE_INSOCKET 7
>>      
> Why would you add "SOCKET" to the type name?
>
> If you want to be pedantic, you'd add it at the front and probably say SOCK:
>
>   #define ZMQ_SOCK_PIPELINE_OUT 8
>   #define ZMQ_SOCK_PIPELINE_IN 7
>
> Actually that reads quite nicely... :-)
>    
Actually, it does. But I'm going to have to blame tiredness for going 
with socket. I mean't stream :)

Stupid ZeroMQ has gotten me all excited about coding again more than I 
have been in years.

And you can quote me on that :)

- Oliver




More information about the zeromq-dev mailing list