Hi, I have created a forwarder device (PUSH PULL) using zeromq 2.1.4 in python. The scenario goes like this:
I have a script that pushes to the device and a script that pulls from the device. I turned off the script that pulls from the device, but turned on the script that pushes to the device. As expected, RAM consumption in the device will increase lets say (50MB). I turned off the device that pushes to the device and turned on the device that pulls from the device. It can now get the messages in the device, however RAM consumption in the device remains the same. Is this a memory leak issue? Thanks, Jason
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
