Hi, How do you propose to handle messages of size around 80MB when the application responsiveness is important? I mean the user should be able to process the next message while the current long message (>80MB size) should be off-loaded to another thread. However, will the content of the next message over-write any buffers allocated for the first long-message (>80MB)? How do you handle this scenario?
Best regards, -Asif
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
