<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AdaCore - The GNAT Pro Company &#187; PolyORB</title>
	<atom:link href="http://www.adacore.com/category/developers-center/technologies/polyorb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adacore.com</link>
	<description>AdaCore technology and news</description>
	<lastBuildDate>Tue, 07 Feb 2012 12:00:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[PolyORB] Process ids in traces</title>
		<link>http://www.adacore.com/2012/02/01/NF-29-L201-028-polyorb/</link>
		<comments>http://www.adacore.com/2012/02/01/NF-29-L201-028-polyorb/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
				<category><![CDATA[Development Log]]></category>
		<category><![CDATA[PolyORB]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Process IDs can now optionally be included in trace messages logged to
standard error. This feature is enabled by setting &#34;pid=true&#34; in section
[log] of the PolyORB configuration.
]]></description>
			<content:encoded><![CDATA[Process IDs can now optionally be included in trace messages logged to
standard error. This feature is enabled by setting &quot;pid=true&quot; in section
[log] of the PolyORB configuration.
]]></content:encoded>
			<wfw:commentRss>http://www.adacore.com/2012/02/01/NF-29-L201-028-polyorb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[PolyORB] Switch to GPL version 3</title>
		<link>http://www.adacore.com/2012/01/04/NF-29-KC20-016-polyorb/</link>
		<comments>http://www.adacore.com/2012/01/04/NF-29-KC20-016-polyorb/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
				<category><![CDATA[Development Log]]></category>
		<category><![CDATA[PolyORB]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[PolyORB is now licensed under the terms of the GPL version 3.
]]></description>
			<content:encoded><![CDATA[PolyORB is now licensed under the terms of the GPL version 3.
]]></content:encoded>
			<wfw:commentRss>http://www.adacore.com/2012/01/04/NF-29-KC20-016-polyorb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[PolyORB] Support for Self_Location / Boot_Location</title>
		<link>http://www.adacore.com/2011/10/26/NF-28-KA26-015-polyorb/</link>
		<comments>http://www.adacore.com/2011/10/26/NF-28-KA26-015-polyorb/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
				<category><![CDATA[Development Log]]></category>
		<category><![CDATA[PolyORB]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Support for pragmas Boot_Location and Self_Location in the po_gnatdist
configuration file, and for boot_location and self_location runtime
parameters, has been implemented. These allow the specification of the
host and port used by a partition (self_location) and by the main
partition (boot_location).

Gnatdist configuration example:
  pragma Boot_Location (&#34;tcp&#34;, &#34;myhost:1234&#34;);

Equivalent polyorb.conf setting:
  [dsa]
  boot_location=tcp://myhost:1234
]]></description>
			<content:encoded><![CDATA[Support for pragmas Boot_Location and Self_Location in the po_gnatdist
configuration file, and for boot_location and self_location runtime
parameters, has been implemented. These allow the specification of the
host and port used by a partition (self_location) and by the main
partition (boot_location).

Gnatdist configuration example:
<pre>  pragma Boot_Location (&quot;tcp&quot;, &quot;myhost:1234&quot;);

</pre>Equivalent polyorb.conf setting:
<pre>  [dsa]
  boot_location=tcp://myhost:1234
</pre>]]></content:encoded>
			<wfw:commentRss>http://www.adacore.com/2011/10/26/NF-28-KA26-015-polyorb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[PolyORB] Removed dependency of &quot;install&quot; on &quot;all&quot;</title>
		<link>http://www.adacore.com/2011/10/12/NF-28-KA12-017-polyorb/</link>
		<comments>http://www.adacore.com/2011/10/12/NF-28-KA12-017-polyorb/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
				<category><![CDATA[Development Log]]></category>
		<category><![CDATA[PolyORB]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[The &#34;install&#34; target in the main PolyORB Makefile has no dependency on &#34;all&#34;
anymore, which avoids a costly recheck of dependencies. (As a result, the
&#34;all&#34; target must now be built explicitly prior to &#34;make install&#34;.)
]]></description>
			<content:encoded><![CDATA[The &quot;install&quot; target in the main PolyORB Makefile has no dependency on &quot;all&quot;
anymore, which avoids a costly recheck of dependencies. (As a result, the
&quot;all&quot; target must now be built explicitly prior to &quot;make install&quot;.)
]]></content:encoded>
			<wfw:commentRss>http://www.adacore.com/2011/10/12/NF-28-KA12-017-polyorb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[PolyORB] Well known oid for embedded nameserver</title>
		<link>http://www.adacore.com/2011/09/22/NF-28-K922-016-polyorb/</link>
		<comments>http://www.adacore.com/2011/09/22/NF-28-K922-016-polyorb/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
				<category><![CDATA[Development Log]]></category>
		<category><![CDATA[PolyORB]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[When building a DSA application with embedded name server, the name
server is now registered on its partition with a fixed, well-known object
identifier (&#34;_NameService&#34;) so that an object reference that designates it
can be constructed knowing just the host name and port number of the
main partition.
]]></description>
			<content:encoded><![CDATA[When building a DSA application with embedded name server, the name
server is now registered on its partition with a fixed, well-known object
identifier (&quot;_NameService&quot;) so that an object reference that designates it
can be constructed knowing just the host name and port number of the
main partition.
]]></content:encoded>
			<wfw:commentRss>http://www.adacore.com/2011/09/22/NF-28-K922-016-polyorb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[PolyORB] Source included in iac output</title>
		<link>http://www.adacore.com/2011/09/19/NF-28-IA01-037-polyorb/</link>
		<comments>http://www.adacore.com/2011/09/19/NF-28-IA01-037-polyorb/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
				<category><![CDATA[Development Log]]></category>
		<category><![CDATA[PolyORB]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[The IAC compiler now includes the IDL source code (commented out) in the Ada
stubs package spec, for convenient reference.
]]></description>
			<content:encoded><![CDATA[The IAC compiler now includes the IDL source code (commented out) in the Ada
stubs package spec, for convenient reference.
]]></content:encoded>
			<wfw:commentRss>http://www.adacore.com/2011/09/19/NF-28-IA01-037-polyorb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[PolyORB] Improved installation script</title>
		<link>http://www.adacore.com/2011/09/19/NF-28-K919-038-polyorb/</link>
		<comments>http://www.adacore.com/2011/09/19/NF-28-K919-038-polyorb/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
				<category><![CDATA[Development Log]]></category>
		<category><![CDATA[PolyORB]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[The PolyORB Makefiles do not rely on xargs(1) and install(1). Instead,
installation is performed by an equivalent Python script, which avoids
spawning a lot of processes.
]]></description>
			<content:encoded><![CDATA[The PolyORB Makefiles do not rely on xargs(1) and install(1). Instead,
installation is performed by an equivalent Python script, which avoids
spawning a lot of processes.
]]></content:encoded>
			<wfw:commentRss>http://www.adacore.com/2011/09/19/NF-28-K919-038-polyorb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[PolyORB] Exceptions tracing</title>
		<link>http://www.adacore.com/2011/09/09/NF-28-K909-043-polyorb/</link>
		<comments>http://www.adacore.com/2011/09/09/NF-28-K909-043-polyorb/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
				<category><![CDATA[Development Log]]></category>
		<category><![CDATA[PolyORB]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[A new debugging trace is now available that logs a message for every
exception raised in a partition (using GNAT.Exception_Actions).
]]></description>
			<content:encoded><![CDATA[A new debugging trace is now available that logs a message for every
exception raised in a partition (using GNAT.Exception_Actions).
]]></content:encoded>
			<wfw:commentRss>http://www.adacore.com/2011/09/09/NF-28-K909-043-polyorb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[PolyORB] Support for new IDL pragmas</title>
		<link>http://www.adacore.com/2011/09/06/NF-28-K906-034-polyorb/</link>
		<comments>http://www.adacore.com/2011/09/06/NF-28-K906-034-polyorb/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
				<category><![CDATA[Development Log]]></category>
		<category><![CDATA[PolyORB]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[IAC implements support for new IDL pragmas defined in version 1.3 of
the CORBA/Ada mapping: subtype, derived, and range. It also includes
support for implementation defined pragma switchname, compatible with
the GNACK IDL compiler, to help in transitioning legacy Ada code to
CORBA.
]]></description>
			<content:encoded><![CDATA[IAC implements support for new IDL pragmas defined in version 1.3 of
the CORBA/Ada mapping: subtype, derived, and range. It also includes
support for implementation defined pragma switchname, compatible with
the GNACK IDL compiler, to help in transitioning legacy Ada code to
CORBA.
]]></content:encoded>
			<wfw:commentRss>http://www.adacore.com/2011/09/06/NF-28-K906-034-polyorb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[PolyORB] Improve behaviour in tasking intensive context</title>
		<link>http://www.adacore.com/2011/08/29/NF-28-K806-001-polyorb/</link>
		<comments>http://www.adacore.com/2011/08/29/NF-28-K806-001-polyorb/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
				<category><![CDATA[Development Log]]></category>
		<category><![CDATA[PolyORB]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Taking advantage of a new feature in the GNAT runtime library, a
performance bottleneck has been removed in the PolyORB full tasking
profile. This significantly improves performance in situations where a
large number of tasks need to be created and destroyed.
]]></description>
			<content:encoded><![CDATA[Taking advantage of a new feature in the GNAT runtime library, a
performance bottleneck has been removed in the PolyORB full tasking
profile. This significantly improves performance in situations where a
large number of tasks need to be created and destroyed.
]]></content:encoded>
			<wfw:commentRss>http://www.adacore.com/2011/08/29/NF-28-K806-001-polyorb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

