[zeromq-dev] internet deployment

Pieter Hintjens ph at imatix.com
Mon May 14 18:13:30 CEST 2012


On Mon, May 14, 2012 at 10:42 AM, Viet Hoang (Quant Edge)
<viet.hoang at quant-edge.com> wrote:

> When will assertions be removed? If I just remove the assertions myself,
> will that compromise anything in the lib? It is better to discard message
> rather than crashing the program. We have zeromq working good with our demo
> system, and we want to move it to our production, running on the internet.

You do not want to remove the assertions. As Chuck says, if you are
getting assertions, these mean the application has errors that need to
be corrected (the assertions highlight the errors so if you remove the
assertion, the error will still be there and your code may not crash
immediately but it will crash later with worse results).

If you can get reproducible assertions, make minimal test cases, and
help us fix the underlying problems.

Thanks
Pieter



More information about the zeromq-dev mailing list