I have just found a nasty race condition in my java servant which can
only be explained if the CORBA event dispatching in OrbixWeb occurs
using multiple threads. Does it? Can any OrbixWeb/IONA expert comment
please?
This servant is a rewrite of one in C++. In Orbix it looks like by
default the event loop is single threaded but this can be changed with
a small amount of code. I assumed that this default behaviour would
also apply to OrbixWeb. It seems like I am wrong.
Regards,
Andrew Marlow