zeroMQ Message Size Length Limit? -
suppose several machines interacting using python's
zeromq client.
these messages naturally formatted strings.
is there limit length of message (string)?
there no limit size of messages being sent small messages handled differently large messages (see here).
the max size of small messages defined in source code @ 30 bytes (see here, zmq_max_vsm_size).
Comments
Post a Comment