[omniORB] callback timercalls in ORBserver

Duncan Grisby duncan@grisby.org
Wed Nov 6 10:58:00 2002


On Monday 4 November, =?ISO-8859-1?Q?Heinrich_G=F6tzger?= wrote:

> if I get it right, after doing
>     orb->run();
> the control over my process is with omniorb now.

Yes. However, if your process has other things to do, there is no need
to call orb->run() -- omniORB uses its own threads, so it is quite
happy if you never call run().

> I'm looking for some easy way to start timers (callbacks) in a some
> objects created by my server. I heard that omniORB has a very good timing
> framework doing stuff like this.

I don't quite understand what you mean. omniORB doesn't have a timing
framework that applications can use. Can you explain what you are
trying to achieve?

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan@grisby.org     --
   -- http://www.grisby.org --