[omniORB] Thread callback hooks

Duncan Grisby duncan at grisby.org
Tue Oct 4 17:30:04 BST 2005


On Tuesday 4 October, Patrick Hartling wrote:

> I am working on a relatively complex application combining several
> thread-aware packages including omniORB 4.0.6. In this case, I need
> one package to be able to be made aware of the thread created
> internally by omniORB for handling incoming traffic. Fortunately, the
> software in question (OpenSG) has features for allowing exactly that.
> Now, I just need to figure out where to make use of those features
> from the thread created by omniORB. I have seen some old posts
> referring to omniORB 3 features for having callbacks or hooks that are
> invoked when omniORB is initializing a thread, and I am wondering if
> omniORB 4 has anything similar. Thanks in advance.

Look at the createThread and assignUpcallThread interceptors, documented
in chapter 10 of the omniORB manual.

Cheers,

Duncan.

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



More information about the omniORB-list mailing list