[Ace-users] Re: [tao-users] dynamic management of event channels

Douglas C. Schmidt schmidt at dre.vanderbilt.edu
Wed Sep 26 20:45:09 CDT 2007


Hi Hakan,

To ensure that we have proper version/platform/compiler information,
please make sure you fill out the appropriate problem report form (PRF),
which is in

$ACE_ROOT/PROBLEM-REPORT-FORM
$TAO_ROOT/PROBLEM-REPORT-FORM

or in

$ACE_ROOT/BUG-REPORT-FORM
$TAO_ROOT/BUG-REPORT-FORM

in older versions of ACE+TAO.  Make sure to include this information
when asking any questions about ACE+TAO since otherwise we have to
"guess" what version/platform/compiler/options you've using, which is
very error-prone and slows down our responsiveness.  If you don't use
the PRF, therefore, it is less likely that someone from the core
ACE+TAO developer team will be able to answer your question.
Naturally, we encourage and appreciate other members of the ACE+TAO
user community who can respond to questions that they have the answers
to.

>    I need to implement  consumer mechanism which would dynamically connect
>    different event channel on Notification server over time without restarting
>    the application.

Ok.

>    I know that  existing ORB  can be destroyed and a new one can be used

right.

>    But is it possible to delete/create event channels without destroying ORB ?

Sure, why not?

>    I wonder if  disconnection from current channel and connecting another
> 
>    channel  in  another thread would be problematic while orb is running.  

I don't think so - the event channels should be independent from the ORB
since they are implemented as a layered service.

Take care,

     Doug



More information about the Ace-users mailing list