[zeromq-dev] Frequent error messages
Trevor Bernard
trevor.bernard at gmail.com
Tue Mar 12 13:28:07 CET 2013
> 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.
More information about the zeromq-dev
mailing list