[Expat-discuss] Exiting expat handlers

Karl Waclawek karl@waclawek.net
Tue Oct 29 14:39:14 2002


> Thanks for the feedback. The setjmp/longjmp solution won't work for me
> since this application is a long running multi-threaded server and the
> setjmp/longjmp functions are not thread safe (at least not on Solaris).
> Looks like the best answer for now is to flag the error, set null
> handlers, and keep checking for future Expat releases.

Do they need to be if a pair of corresponding setjmp/longjmp
functions is used in the same thread?

Karl