mirror of
https://github.com/AdaCore/PolyORB.git
synced 2026-02-12 13:01:15 -08:00
[Imported from Perforce change 8936 at 2006-12-01 21:10:27] Subversion-branch: /trunk/polyorb Subversion-revision: 36481
88 lines
4.5 KiB
Plaintext
88 lines
4.5 KiB
Plaintext
------------------------------------------------------------------------------
|
|
-- --
|
|
-- POLYORB COMPONENTS --
|
|
-- --
|
|
-- Copyright (C) 1999-2004 Free Software Foundation, Inc. --
|
|
-- --
|
|
-- PolyORB is free software; you can redistribute it and/or modify it --
|
|
-- under terms of the GNU General Public License as published by the Free --
|
|
-- Software Foundation; either version 2, or (at your option) any later --
|
|
-- version. PolyORB is distributed in the hope that it will be useful, --
|
|
-- but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- --
|
|
-- TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public --
|
|
-- License for more details. You should have received a copy of the GNU --
|
|
-- General Public License distributed with PolyORB; see file COPYING. If --
|
|
-- not, write to the Free Software Foundation, 59 Temple Place - Suite 330, --
|
|
-- Boston, MA 02111-1307, USA. --
|
|
-- --
|
|
-- As a special exception, if other files instantiate generics from this --
|
|
-- unit, or you link this unit with other files to produce an executable, --
|
|
-- this unit does not by itself cause the resulting executable to be --
|
|
-- covered by the GNU General Public License. This exception does not --
|
|
-- however invalidate any other reasons why the executable file might be --
|
|
-- covered by the GNU Public License. --
|
|
-- --
|
|
-- PolyORB is maintained by AdaCore. --
|
|
-- (email: sales@adacore.com) --
|
|
-- --
|
|
------------------------------------------------------------------------------
|
|
|
|
* PolyORB 1.2r (released 2004-12-17)
|
|
|
|
This release contains a CORBA-compatible instantiation of the PolyORB
|
|
generic middleware. In addition to the 1.1r release, it includes:
|
|
- extended support for CORBA and GIOP specifications,
|
|
- support for PortableInterceptors,
|
|
- support for RT-CORBA 1.1,
|
|
- fixes for several bugs and memory leaks,
|
|
- several additions to the User's Guide.
|
|
|
|
PolyORB now includes the Message Oriented Middleware for Ada (MOMA)
|
|
personality. It proposes an API comparable to Sun's Java Message
|
|
Service (JMS). It supports Publish/Subscribe and Point-to-Point.
|
|
|
|
PolyORB neutral core middleware now supports more concurrency
|
|
policies. It implements the No Tasking, Basic, Leader/Followers and
|
|
Half Sync/Half Async design patterns.
|
|
|
|
* PolyORB 1.1r (released 2004-06-07)
|
|
|
|
This release contains a CORBA-compatible instantiation of the PolyORB
|
|
generic middleware. In addition to the 1.0 release, it includes:
|
|
- a significant increase in performance (30%-40%),
|
|
- fixes for several bugs and memory leaks,
|
|
- extended support for CORBA and GIOP specifications,
|
|
- the PolyORB User's Guide,
|
|
- the MIOP/UIPMC protocol stack, Unreliable Multicast Inter-ORB Protocol,
|
|
following the OMG standard,
|
|
- the DIOP protocol stack, Datagram-based Inter-ORB Protocol, a
|
|
specialization of GIOP for oneway requests.
|
|
|
|
* PolyORB 1.0 (released 2003-06-16)
|
|
|
|
This release contains a CORBA-compliant instantiation of the PolyORB
|
|
generic middleware. It includes:
|
|
- an IDL to Ada 95 compiler,
|
|
- Portable Object Adapter (POA),
|
|
Dynamic Skeleton Interface (DSI),
|
|
Dynamic Invocation Interface (DII), and
|
|
Interface Repository (IR) implementations,
|
|
- COS Naming, COS Event and COS Time services implementations,
|
|
- GIOP 1.0, 1.1, and 1.2 implementations.
|
|
|
|
This CORBA implementation can be configured for full tasking,
|
|
Ravenscar tasking or no tasking runtime, depending on the level
|
|
of desired functionality for the application, and on the resource
|
|
constraints for the target.
|
|
|
|
This release should be considered as a stable implementation of
|
|
CORBA middleware over PolyORB.
|
|
|
|
* PolyORB 0.1 (released 2001-12-04)
|
|
|
|
This is the first public release of PolyORB code. This release
|
|
contains the personality-neutral middleware core, the CORBA
|
|
application personality (including our IDL -> Ada 95 compiler idlac),
|
|
and CORBA and SOAP protocol personalities. This should be considered
|
|
as test-phase software.
|