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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -