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++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -