Re: Info about ORBit-mt ORB functions



Hi Margarita,

> I'm trying to translate some Orbix methods into ORBit-mt functions,
> because I haven't found any API information on ORBit-mt (I mean
> something like
> a list of possible functions to use) I don't know what to do.  Could
> anybody give me some support about this issue? I need to find equivalent
> functions in
> ORBit-mt for:
> 
> Orbix.isEventPending() (is there any request to the ORB pending of
> handling?)

CORBA_ORB_work_pending (always returns FALSE for the multithreaded case,
because requests are handled by an extra thread, which doesn't run application
code)

> Orbix.processEvents(timeout) (detection of client request)

CORBA_ORB_perform_work (does nothing for the same reason)

> Orbix.processNextEvent (for processing the next request to the ORB)

CORBA_ORB_perform_work (does nothing for the same reason)

> Orbix.continueThreadDispatch(the thread continues its work)

No Idea, what that does.

What is it, you want to solve?

Bye,
Sebastian
-- 
Sebastian Wilhelmi
mailto:wilhelmi ira uka de
http://goethe.ira.uka.de/~wilhelmi




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]