Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a tie delegation model in a CORBA application?

Tags:

corba

What is a tie delegation model in a CORBA application? When is it used?

like image 257
fenerfan18 Avatar asked Nov 22 '25 22:11

fenerfan18


1 Answers

It is a different way to implement your servants. The normal approach is to use the inheritance approach, but TIE is mostly used when multiple inheritance in application code is tried to mix with CORBA. I would recommend you to use the inheritance approach.

like image 92
Johnny Willemsen Avatar answered Nov 24 '25 16:11

Johnny Willemsen



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!