Re: Event dispatch in OrbixWeb: single threaded or multi-threaded?
by Yakov Gerlovin <yakov.gerlovin@[EMAIL PROTECTED]
>
Nov 27, 2007 at 01:49 PM
> 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.
That is according the standard unless the servant is registered under
single-threaded POA.
The default threading policy for POA is multithreaded and in Orbix
2000 and Orbix 6.3 it is so. I never worked with OrbixWeb, but I see
no reason to implement something against the standard.
May be you should check the policies of the POA on which your servant
is registered.