[omniORB] Client Server synchronization using omniORB
Duncan Grisby
duncan@grisby.org
Mon Jul 22 15:19:00 2002
On Sunday 21 July, "EYAL S. ALSHEK" wrote:
> 1- Are there any common techniques in CORBA similar to Select, blocking
> with timeout, etc (which are usual with SOCKETS)?
You should read about thread synchronisation. Try looking at the
omnithread manual. omnithread has mutexes and condition variables, and
semaphores, which are things you can use to synchronise threads.
> 2- Can you point out more realistic examples than "hello world"? I didn't
> find any such demos.
The other examples in the omniORB distribution get a bit more complex,
but not very.
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan@grisby.org --
-- http://www.grisby.org --