[omniORB] how to integrate omniORB with Qt 4.x?

Duncan Grisby duncan at grisby.org
Fri Feb 8 17:29:37 GMT 2008


On Thursday 7 February, "Liang Qi" wrote:

> I just began to try to integrate omniORB with Qt 4.x. I found there
> are some integrations in mico 2.3.12, for fltk, gtk, qt, tcl, x11 etc.
> 
> There is CORBA::Dispatcher in mico.
> 
> But where is the similar event dispatch mechanism in omniORB?  Thanks a lot.

omniORB doesn't have an application-hookable event loop like Mico. it
always uses its own threads to dispatch CORBA calls. You can just use
the main thread to service Qt's event loop and it will work fine.

Cheers,

Duncan.

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



More information about the omniORB-list mailing list