Pieter Hintjens wrote: > I'd do it as for sockets, allow configuration only on a virgin object. > Brute force is destroy old context and create a new one with the new > properties. The real win is to remove that hard coded set of options > from the API, allowing expansion in the future. It also seems wrong to > have to specify the sane default (1 I/O thread) explicitly in every app.
Easy solution would be to state in the API guidelines document that io_threads parameter should have default value of 1. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
