> And libzmq simply shines in this respect. Small simple "C" interface, > and no reliance on managing resources other than it's own functions.
Just to clarify, are you suggesting that libzmq is a good candidate for using the /MT option because it doesn't pass CRT objects around? This would match with my experience -- I've always used the /MT option in my libzmq builds to avoid having to install the Visual C++ Redistributable package on production machines. _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
