> That worked liked a charm!

Awesome!

> How being too "clean" would harm the context creation/termination process?

It seems there is something awry but someone more experienced with
libzmq would have to chime in.

> In this new scenario the context will never be terminated as it'll linger 
> idle in the application (webapp) as long as the app is running. Is there some 
> kind of cleansing process I could use to ensure stability?

I would create the context when the webapp starts and terminate it in
a shutdown hook when your webapp is closed.
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to