• Stefan Kaes's avatar
    Problem: enormous memory increase due to zero copy decoding · fcbd2a57
    Stefan Kaes authored
    The zero copy decoding strategy implemented for 4.2.0 can lead to a large
    increase of main memory usage in some cases (I have seen one program go up to
    40G from 10G after upgrading from 4.1.4). This commit adds a new option to
    contexts, called ZMQ_ZERO_COPY_RECV, which allows one to switch to the old
    decoding strategy.
    fcbd2a57
Name
Last commit
Last update
..
Makefile.am gssapi: add zmq_gssapi.7 to MAN7 in Makefile.am
asciidoc.conf doc: Add 0MQ version to XHTML11 backend footer
zmq.txt Update zmq.txt
zmq_atomic_counter_dec.txt Problem: 'bool' is not defined by default
zmq_atomic_counter_destroy.txt Problem: 'bool' is not defined by default
zmq_atomic_counter_inc.txt Problem: 'bool' is not defined by default
zmq_atomic_counter_new.txt Problem: 'bool' is not defined by default
zmq_atomic_counter_set.txt Problem: 'bool' is not defined by default
zmq_atomic_counter_value.txt Problem: description of return value is cloned from zmq_atomic_counter_new
zmq_bind.txt Add the VMCI transport.
zmq_close.txt Clarify usage of zmq_close (#2792)
zmq_connect.txt Add the VMCI transport.
zmq_ctx_destroy.txt Use consistant spelling in documentation
zmq_ctx_get.txt Problem: enormous memory increase due to zero copy decoding
zmq_ctx_new.txt Use of named authors on man pages is no longer a good idea since it puts off
zmq_ctx_set.txt Problem: enormous memory increase due to zero copy decoding
zmq_ctx_shutdown.txt Implement non-blocking shutdown command that unblocks other threads waiting on blocking operations.
zmq_ctx_term.txt update zmq_ctx_term description for consistency
zmq_curve.txt Added z85 codec to ZMQ API
zmq_curve_keypair.txt Minor change to zmq_curve_keypair doc
zmq_curve_public.txt Problem: no documentation for zmq_curve_public
zmq_disconnect.txt Revert "Revert "Problem: deprecated use and reference of `zmq_term`""
zmq_errno.txt Use of named authors on man pages is no longer a good idea since it puts off
zmq_getsockopt.txt Problem: strict ZAP protocol adherence is backward incompatible
zmq_gssapi.txt gssapi: add NAMETYPE socket opts to zmq_gssapi.7
zmq_has.txt Loading commit data...
zmq_init.txt Loading commit data...
zmq_inproc.txt Loading commit data...
zmq_ipc.txt Loading commit data...
zmq_msg_close.txt Loading commit data...
zmq_msg_copy.txt Loading commit data...
zmq_msg_data.txt Loading commit data...
zmq_msg_get.txt Loading commit data...
zmq_msg_gets.txt Loading commit data...
zmq_msg_init.txt Loading commit data...
zmq_msg_init_data.txt Loading commit data...
zmq_msg_init_size.txt Loading commit data...
zmq_msg_more.txt Loading commit data...
zmq_msg_move.txt Loading commit data...
zmq_msg_recv.txt Loading commit data...
zmq_msg_routing_id.txt Loading commit data...
zmq_msg_send.txt Loading commit data...
zmq_msg_set.txt Loading commit data...
zmq_msg_set_routing_id.txt Loading commit data...
zmq_msg_size.txt Loading commit data...
zmq_null.txt Loading commit data...
zmq_pgm.txt Loading commit data...
zmq_plain.txt Loading commit data...
zmq_poll.txt Loading commit data...
zmq_proxy.txt Loading commit data...
zmq_proxy_steerable.txt Loading commit data...
zmq_recv.txt Loading commit data...
zmq_recvmsg.txt Loading commit data...
zmq_send.txt Loading commit data...
zmq_send_const.txt Loading commit data...
zmq_sendmsg.txt Loading commit data...
zmq_setsockopt.txt Loading commit data...
zmq_socket.txt Loading commit data...
zmq_socket_monitor.txt Loading commit data...
zmq_strerror.txt Loading commit data...
zmq_tcp.txt Loading commit data...
zmq_term.txt Loading commit data...
zmq_tipc.txt Loading commit data...
zmq_udp.txt Loading commit data...
zmq_unbind.txt Loading commit data...
zmq_version.txt Loading commit data...
zmq_vmci.txt Loading commit data...
zmq_z85_decode.txt Loading commit data...
zmq_z85_encode.txt Loading commit data...