I have a couple questions about the messages delivered to an Erlang process message queue in erlzmq: 1. What's the integer N in {zmq, N, Msg}? 2. How would one handle multipart messages? It's not clear to me how I'd differentiate between a message part and a single part message or last-part. Garrett