C++ implementation of Corba 2.0 from Expersoft

Rohit Khare (khare@w3.org)
Wed, 22 May 1996 11:04:17 -0400 (EDT)


Information Week writes:

Expersoft Builds A Middleware Bridge

PowerBroker Corbaplus, a C++ implementation of Corba 2.0, eliminates
repetitive work by automating both code generation and object reuse

...

Above and beyond support for Corba 2.0 functions, Corbaplus supports
asynchronous operation, multithreaded dispatch, and Corba naming services.
The asynchronous capability allows programs to continue processing tasks
while remote objects service the application requests. The multithreading
feature lets a single server program use all available processors
simultaneously, automatically allocating a separate thread and processor to
each incoming object request.

Read the article at

http://techweb.cmp.com/iw/580/80adepe.htm

Henrik