Slashdot Mirror


User: marcuse

marcuse's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Why CORBA's C++ mapping is crude on Review:Advanced CORBA Programming with C++ · · Score: 1

    The differences are there for a reason.

    Keep in mind that the CORBA types and standard C++ types are performing different work behind the scenes. They each meet a different set of requirements. Standard C++ types are not proxies and perform no reference counting duties like their CORBA counterparts.

    Abstracting away reference counting would limit the utility of distributed objects.

  2. Re:CORBA vs. simpler things - here's one reason on Review:Advanced CORBA Programming with C++ · · Score: 1

    Sure, as long you have the proper security rights, which admittedly can be a challenging task.