[omniORB] Thread Policy
Duncan Grisby
duncan@grisby.org
Fri Nov 15 18:03:00 2002
On Thursday 14 November, jorgefm@cirsa.com wrote:
> The default thread policy used in the POA is 'ORB_CTRL_MODEL' ?. Is
> it guaranted that all servant invocations are serialized ?
No. Multiple threads can invoke on a single servant concurrently. If
you want only one thread to be active at a time, you must use the
SINGLE_THREAD_MODEL.
> I need a policy where the call order is critical. Is there any
> policy working this way ? Is it assured if i have selected the
> 'thread per connection' mode ?
What do you mean by "call order is critical"? What exactly is your
requirement?
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan@grisby.org --
-- http://www.grisby.org --