[zeromq-dev] PHP ZeroMQ Bindings 1.0.0 Released (Small B/C break)

Martin Sustrik sustrik at 250bpm.com
Thu Sep 29 15:19:48 CEST 2011


On 09/29/2011 11:03 AM, Ian Barber wrote:

>  One of the questions that did come up was
> how much we should worry about the sendmsg/send distinction - I know
> Mikko originally thought about deprecating send for sendmsg, but to be
> honest in a language like PHP the difference really is handled by the
> bindings, and the extra 3 letters don't necessarily improve the API, so
> I we'll probably just keep both, with sendmsg an alias for send.

+1

The send/sendmsg and recv/recvmsg distinction makes sense only for 
bindings that support zero-copy. All other bindings can simply use send 
and recv.

Martin



More information about the zeromq-dev mailing list