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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -