Hi Wolfgang, > PS I'm not sure on the best route to handle this with ZeroMQ as a > library is. Perhaps we should document this on a wiki page and warn > people to be careful mixing priorities with dynamically allocated > messages and the inproc transport.
Indeed... usual practice is to stay away from thread priorities, and ensure you scale the number of hard-working threads to match the core count of the box. If you have any patterns that work particularly well, or particularly badly, it's worth documenting these on the wiki. -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
