One problem is that the HWM doesn't dynamically change in all cases. For example, setting the HWM on a PUB socket after calling a connect does not actually set the HWM.
Joshua On Nov 22, 2010, at 8:30 AM, Alexey Ermakov wrote: > Hi, > > Current semantics of ZMQ_HWM (0 = no limit) mean that it's impossible > to disable message queueing, which could be very useful in some > applications. It would be great if default value of ZMQ_HWM has been > changed to UINT64_MAX and ZMQ_HWM of 0 disabled queuing at all. Is > there any downside to it that I don't see (other than API semantics > change)? > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
