<?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>POCO C++ Libraries Blog</title>
	<atom:link href="http://pocoproject.org/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://pocoproject.org/blog</link>
	<description>News and discussion for the POCO Community</description>
	<lastBuildDate>Thu, 17 May 2012 08:31:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>POCO Training &amp; Consulting in the USA</title>
		<link>http://pocoproject.org/blog/?p=566</link>
		<comments>http://pocoproject.org/blog/?p=566#comments</comments>
		<pubDate>Thu, 17 May 2012 08:31:45 +0000</pubDate>
		<dc:creator>guenter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[consulting]]></category>
		<category><![CDATA[poco]]></category>
		<category><![CDATA[silicon valley]]></category>
		<category><![CDATA[training]]></category>

		<guid isPermaLink="false">http://pocoproject.org/blog/?p=566</guid>
		<description><![CDATA[As posted earlier, I will spend this summer in Silicon Valley from beginning of July to end of September. This is a great opportunity if anyone is interested in a POCO training, as I can offer these with significantly reduced travel expenses. I&#8217;m also available for occasional consulting services during that period. Please contact us [...]]]></description>
			<content:encoded><![CDATA[<p>As posted earlier, I will spend this summer in Silicon Valley from beginning of July to end of September. This is a great opportunity if anyone is interested in a POCO training, as I can offer these with significantly reduced travel expenses. I&#8217;m also available for occasional consulting services during that period. Please <a href="http://www.appinf.com/en/company/contact.html">contact us</a> if interested. </p>
]]></content:encoded>
			<wfw:commentRss>http://pocoproject.org/blog/?feed=rss2&amp;p=566</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>POCO and C++ Standard</title>
		<link>http://pocoproject.org/blog/?p=514</link>
		<comments>http://pocoproject.org/blog/?p=514#comments</comments>
		<pubDate>Sun, 13 May 2012 20:03:38 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://pocoproject.org/blog/?p=514</guid>
		<description><![CDATA[Last week, I attended WG21 Study Group Meeting in Bellevue, WA kindly hosted by Microsoft, where SG1 (Concurrency and Parallelism) and SG4 (Networking) participants met to discuss the future direction and proposals for C++ standard. Study Groups are an attempt to augment the C++ standard library size to bring it on par with comparable libraries in other [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Last week, I attended <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/sd-3.htm" target="_blank">WG21 Study Group</a> Meeting in Bellevue, WA kindly hosted by Microsoft, where SG1 (Concurrency and Parallelism) and SG4 (Networking) participants met to discuss the future direction and proposals for C++ standard. Study Groups are an attempt to augment the C++ standard library size to bring it on par with comparable libraries in other langues, most notably C# and Java.</p>
<hr />
<div id="attachment_515" class="wp-caption aligncenter" style="width: 638px"><a href="http://pocoproject.org/blog/wp-content/uploads/2012/05/CppPortableLib.jpg"><img class="size-full wp-image-515" title="C++ Standard Library Size" src="http://pocoproject.org/blog/wp-content/uploads/2012/05/CppPortableLib.jpg" alt="C++ Standard Library Size" width="628" height="326" /></a><p class="wp-caption-text">C++ Standard Library Size*</p></div>
<hr />Yes, the small purple-ish rectangle on the right is the size of C++ standard library (click on the image to see it full size); we need more and C++ deserves more than that.</p>
<p style="text-align: justify;">I presented <a href="http://pocoproject.org/slides/200-Network.pdf" target="_blank">Poco::Net</a> to the SG4 and we discussed the proposals for the standard networking library. There were two other proposals presented/reviewed: <a href="http://think-async.com/" target="_blank">asio</a> as the networking/IO library and URI proposal from <a href="http://cpp-netlib.github.com/latest/index.html" target="_blank">cpp-netlib</a>. The consensus was that solid networking foundations should be built first &#8211; C++ standard needs networking types on which the standard network library can be built.</p>
<p>The result of the discussion was a tentative wish-list/agenda for proposals/implementations:</p>
<p><em>2012 &#8211; URI and IPv4/6 Address</em></p>
<p><em> </em></p>
<p><em>2013 &#8211; HTTP and Resolvers (DNS, maybe more)</em></p>
<p style="text-align: justify;">By this time, we&#8217;d hope to have fully defined async model (waiting on the SG1 discussion outcome). Something that is still uncertain to some extent is what exactly does std::async(std::launch::async) do &#8211; is it obligatory to  to launch an OS thread in the background or is the async behavior just &#8220;as if&#8221; the OS thread was launched, leaving room for other asynchronous back-end modes of operation.</p>
<p><em>2014 &#8211; sockets, async socket streams</em></p>
<p><em> </em></p>
<p><em>2015 &#8211; ICMP, SSL</em></p>
<p style="text-align: justify;">As things currently stand, we will be proposing portions of POCO for standardization. Günter and I will be working on a formal proposal for URI and IP Address, aiming to have it ready before the October meeting in Portland, OR. We will also soon start working on the Poco::Net based standard socket library proposal.</p>
<p style="text-align: justify;">Also, before Portland meeting, we will comb through Foundation, start weeding out code addressed by C++11 and extract a subset that would make sense to be proposed for the next round of standardization. What exactly? Dynamic typing, caching, (de)compression, processes, various streams etc etc. This list does not even get into configuration, application, options, XML, JSON, database, &#8230; all of which are called for and sorely needed.</p>
<p style="text-align: justify;">Our involvement in the standardization came from Herb Sutter&#8217;s <a href="http://channel9.msdn.com/Events/GoingNative/GoingNative-2012/C-11-VC-11-and-Beyond" target="_blank">call to C++ community</a> (if impatient, scroll to 1:15 mark or just look at the picture below to get the idea) to get together and put forth an effort to create a standard C++ library comparable in size and utility to the one Java and C# have.</p>
<hr />
<div id="attachment_520" class="wp-caption aligncenter" style="width: 638px"><a href="http://pocoproject.org/blog/wp-content/uploads/2012/05/PCL.jpg"><img class="size-full wp-image-520" title="PCL" src="http://pocoproject.org/blog/wp-content/uploads/2012/05/PCL.jpg" alt="Portable C++ Library" width="628" height="326" /></a><p class="wp-caption-text">Portable C++ Library*</p></div>
<hr />
<p style="text-align: justify;">As you can see from the above, the list is long, while time/manpower is short. A well-designed, standard-compliant and highly-portable framework community like POCO has a lot to offer to the C++ effort. As usual &#8211; I am asking for help. Participating in standardization process can be a rewarding experience, so if you have any inclination or desire to be part of the process, by all means let us know. More baggage we can drop-off to the standard implementation, more time and better foundation we&#8217;ll have to build new features on.</p>
<p>Do you want to help/participate in POCO proposals for C++ Standard? Let us know:</p>
<p><strong>at(alex, dot(pocoproject, org));</strong></p>
<hr />* <span style="font-size: 10px; font-weight: normal;">Pictures from <a href="http://www.gotw.ca/" target="_blank">Herb Sutter</a>&#8217;s &#8220;<a href="http://channel9.msdn.com/Events/GoingNative/GoingNative-2012/C-11-VC-11-and-Beyond" target="_blank">Going Native 2012</a>&#8221; presentation</span></p>
]]></content:encoded>
			<wfw:commentRss>http://pocoproject.org/blog/?feed=rss2&amp;p=514</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>POCO Sponsorship</title>
		<link>http://pocoproject.org/blog/?p=509</link>
		<comments>http://pocoproject.org/blog/?p=509#comments</comments>
		<pubDate>Sun, 13 May 2012 18:07:04 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://pocoproject.org/blog/?p=509</guid>
		<description><![CDATA[Recently, we&#8217;ve received inquiries about sponsoring the POCO project. Aside from corporate (Gold, Silver, Bronze) type sponsorships which come with commercial-grade support, small individual contributions are very welcome and encouraged. Please look for the PayPal link at the bottom of the Sponsorship page or contribute directly from here:









Thanks to all who have contributed so far and will do [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, we&#8217;ve received inquiries about <a href="http://pocoproject.org/community/sponsorship.html" target="_blank">sponsoring</a> the POCO project. Aside from corporate (Gold, Silver, Bronze) type sponsorships which come with commercial-grade support, small individual contributions are very welcome and encouraged. Please look for the PayPal link at the bottom of the <a href="http://pocoproject.org/community/sponsorship.html" target="_blank">Sponsorship page</a> or contribute directly from here:</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input name="cmd" type="hidden" value="_xclick" />
<input name="lc" type="hidden" value="us" />
<input name="business" type="hidden" value="sales@appinf.com" />
<input name="item_name" type="hidden" value="POCO C++ Libraries Community Donation" />
<input name="currency_code" type="hidden" value="EUR" />
<input name="undefined_quantity" type="hidden" value="1" />
<input alt="Make payments with PayPal - it's fast, free and secure!" name="submit" src="http://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" type="image" />
</form>
<p>Thanks to all who have contributed so far and will do so in the future!</p>
]]></content:encoded>
			<wfw:commentRss>http://pocoproject.org/blog/?feed=rss2&amp;p=509</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>POCO is on the Move</title>
		<link>http://pocoproject.org/blog/?p=502</link>
		<comments>http://pocoproject.org/blog/?p=502#comments</comments>
		<pubDate>Mon, 23 Apr 2012 02:15:57 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://pocoproject.org/blog/?p=502</guid>
		<description><![CDATA[After many months of absence and low-level involvement with the project (for personal and professional reasons), I am back. We also have commitment from two other community members (Marian Krivos and Franky Braem) to help significantly with the project. For starters, Marian has retired old and I have just committed brand new trunk code. For [...]]]></description>
			<content:encoded><![CDATA[<p>After many months of absence and low-level involvement with the project (for personal and professional reasons), I am back. We also have commitment from two other community members (Marian Krivos and Franky Braem) to help significantly with the project. For starters, Marian has retired <a href="http://poco.svn.sourceforge.net/viewvc/poco/poco/branches/trunk-pre1.5/">old</a> and I have just committed brand new <a href="http://poco.svn.sourceforge.net/viewvc/poco/poco/trunk/" target="_blank">trunk</a> code. For the time being, it was only built on Windows, but we&#8217;ll have other builds ready within the next week or two.</p>
<p>Most significant new features are:</p>
<ul>
<li>DynamicAny (now known as Poco::Dynamic::Var, although Poco::DynamicAny will still work) improvements</li>
<li>Poco::Data improvements (DateTime support, bulk operations, SessionPool, Transaction support, async SQL execution, in-memory SQLite &#8230; warning, though &#8211; we broke old Poco::Data code!)</li>
<li>Poco::PDF library</li>
<li>Poco::JSON library and Poco::Util::JSONConfiguration (not in the trunk yet, will be soon)</li>
<li>VS project generator</li>
<li>PocoDoc generator</li>
</ul>
<p>And many more other improvements. This code is base for 1.5 release, which we are targeting for July 4 (to steel the fireworks thunder <img src='http://pocoproject.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  ). At the same time, we are actively working with <a href="http://www.open-std.org/jtc1/sc22/wg21/" target="_blank">C++ Standards Committee</a> on the proposal for inclusion of POCO into the C++ standard. Yes, async I/O is on our TODO list. I won&#8217;t promise it for 1.5, though, unless I get a committed contributor willing to write it.</p>
<p>Which brings me to the &#8220;last but not least&#8221;: we need <strong>contributors</strong> (library or build/test system owners/maintainers in particular) and <strong><a href="http://pocoproject.org/community/sponsorship.html" target="_blank">sponsors</a></strong>. If you are benefiting from POCO, please consider helping in any way you can. This can be by contributing code, owning a library or other concern (build system, tests, samples, platform, OS installation packages &#8230;), providing <a href="http://en.wikipedia.org/wiki/Continuous_integration">CI</a> server space, <a href="http://pocoproject.org/community/sponsorship.html" target="_blank">sponsoring</a>, etc.</p>
<p>Let&#8217;s join forces and give POCO the boost (no pun intended) it deserves.</p>
]]></content:encoded>
			<wfw:commentRss>http://pocoproject.org/blog/?feed=rss2&amp;p=502</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Coming to Silicon Valley</title>
		<link>http://pocoproject.org/blog/?p=500</link>
		<comments>http://pocoproject.org/blog/?p=500#comments</comments>
		<pubDate>Tue, 17 Apr 2012 21:05:16 +0000</pubDate>
		<dc:creator>guenter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pocoproject.org/blog/?p=500</guid>
		<description><![CDATA[I will be in Silicon Valley this summer (July 3 to September 26) and I&#8217;m looking to rent a furnished one-bedroom apartment in or near Sunnyvale. If you know or can recommend a place for me and my family to stay at please let me know (guenter at appinf.com). I&#8217;ll have an office in the [...]]]></description>
			<content:encoded><![CDATA[<p>I will be in Silicon Valley this summer (July 3 to September 26) and I&#8217;m looking to rent a furnished one-bedroom apartment in or near Sunnyvale. If you know or can recommend a place for me and my family to stay at please let me know (guenter at appinf.com). I&#8217;ll have an office in the Plug &#038; Play Tech Center in Sunnyvale, so anything within about 30 minutes of driving distance would be great. Looking forward to spend this summer in California and to meeting all you POCO users in Silicon Valley!</p>
<p>Günter</p>
]]></content:encoded>
			<wfw:commentRss>http://pocoproject.org/blog/?feed=rss2&amp;p=500</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Applied Informatics Finalist in CODE_n Innovation Contest; Meet Us at CeBIT</title>
		<link>http://pocoproject.org/blog/?p=498</link>
		<comments>http://pocoproject.org/blog/?p=498#comments</comments>
		<pubDate>Mon, 23 Jan 2012 19:29:03 +0000</pubDate>
		<dc:creator>guenter</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://pocoproject.org/blog/?p=498</guid>
		<description><![CDATA[We are proud to announce that on January 16, with our newest innovation my-devices.net, we were chosen a finalist in the CODE_n innovation contest.
CODE_n is an international competition which will showcase the 50 best ideas in the field of mobile IT solutions at the world&#8217;s most important IT event, CeBIT. Out of more than 400 [...]]]></description>
			<content:encoded><![CDATA[<p>We are proud to announce that on January 16, with our newest innovation my-devices.net, we were chosen a finalist in the CODE_n innovation contest.<br />
CODE_n is an international competition which will showcase the 50 best ideas in the field of mobile IT solutions at the world&#8217;s most important IT event, CeBIT. Out of more than 400 entrants we made it among the top 50 and will present my-devices.net at CeBIT in Hannover, Germany, from March 6 to March 10.</p>
<p>For more information about our new my-devices.net platform providing secure remote access to the built-in web server of smart devices, please visit <a href="http://www.my-devices.net">my-devices.net</a>.<br />
For more information about the CODE_n 12 contest, please see <a href="http://www.code-n.org">here</a>.</p>
<p>Looking forward to see you at CeBIT hall 16 in March.</p>
]]></content:encoded>
			<wfw:commentRss>http://pocoproject.org/blog/?feed=rss2&amp;p=498</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1.4.3p1 Available &#8211; Important patch for Windows XP 32-bit</title>
		<link>http://pocoproject.org/blog/?p=493</link>
		<comments>http://pocoproject.org/blog/?p=493#comments</comments>
		<pubDate>Mon, 23 Jan 2012 15:27:41 +0000</pubDate>
		<dc:creator>guenter</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://pocoproject.org/blog/?p=493</guid>
		<description><![CDATA[An important patch for the 1.4.3 release is available. In 1.4.3, Poco::Util::WinRegistryKey used a function (RegDeleteKeyEx) not available on Windows XP 32-bit (it is available starting with WinXP 64-bit SP3). This prevented applications using WinRegistryKey (or ServerApplication, which uses this class) from running on Windows XP. Bug report is here.
This has been fixed in 1.4.3p1, [...]]]></description>
			<content:encoded><![CDATA[<p>An important patch for the 1.4.3 release is available. In 1.4.3, <a href="http://pocoproject.org/docs/Poco.Util.WinRegistryKey.html">Poco::Util::WinRegistryKey</a> used a function (<a href="http://msdn.microsoft.com/en-us/library/windows/desktop/ms724847(v=vs.85).aspx">RegDeleteKeyEx</a>) not available on Windows XP 32-bit (it is available starting with WinXP 64-bit SP3). This prevented applications using WinRegistryKey (or ServerApplication, which uses this class) from running on Windows XP. Bug report is <a href="https://sourceforge.net/tracker/?func=detail&#038;aid=3476926&#038;group_id=132964&#038;atid=725709">here</a>.<br />
This has been fixed in 1.4.3p1, which has just been released. Along with this issue, we have also fixed a testsuite failure in the Foundation testsuite and two potential warnings in the WebSocket sources. Upgrading is recommended for everyone using POCO on Windows. There is no need to re-download the entire release. A patched Util/src/WinRegistryKey.cpp file has been attached to the bug report.</p>
]]></content:encoded>
			<wfw:commentRss>http://pocoproject.org/blog/?feed=rss2&amp;p=493</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release 1.4.3 is Available</title>
		<link>http://pocoproject.org/blog/?p=491</link>
		<comments>http://pocoproject.org/blog/?p=491#comments</comments>
		<pubDate>Mon, 16 Jan 2012 15:08:41 +0000</pubDate>
		<dc:creator>guenter</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://pocoproject.org/blog/?p=491</guid>
		<description><![CDATA[Release 1.4.3 of the POCO C++ Libraries is now available. This release contains new features and various improvements and bugfixes. Notable new features are support for HTTP Digest authentication (contributed by Anton V. Yabchinskiy) and WebSockets (RFC 6455). As always, the CHANGELOG has all the details. Upgrading is recommended for all users of previous releases.
]]></description>
			<content:encoded><![CDATA[<p>Release 1.4.3 of the POCO C++ Libraries is now available. This release contains new features and various improvements and bugfixes. Notable new features are support for HTTP Digest authentication (contributed by Anton V. Yabchinskiy) and WebSockets (RFC 6455). As always, the <a href="http://poco.svn.sourceforge.net/viewvc/poco/poco/branches/poco-1.4.3/CHANGELOG">CHANGELOG</a> has all the details. Upgrading is recommended for all users of previous releases.</p>
]]></content:encoded>
			<wfw:commentRss>http://pocoproject.org/blog/?feed=rss2&amp;p=491</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Introducing my-devices.net</title>
		<link>http://pocoproject.org/blog/?p=478</link>
		<comments>http://pocoproject.org/blog/?p=478#comments</comments>
		<pubDate>Wed, 04 Jan 2012 18:21:31 +0000</pubDate>
		<dc:creator>guenter</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://pocoproject.org/blog/?p=478</guid>
		<description><![CDATA[We are proud to introduce our latest product, built with POCO: my-devices.net.
my-devices.net is a web and cloud-based platform enabling secure remote access to the built-in web server of smart devices such as industrial automation systems, smart home devices, monitoring and control systems for heating, solarthermal or photovoltaic plants, and similar systems. With my-devices.net, any device [...]]]></description>
			<content:encoded><![CDATA[<p>We are proud to introduce our latest product, built with POCO: <a href="http://www.my-devices.net">my-devices.net</a>.<br />
<a href="http://www.my-devices.net">my-devices.net</a> is a web and cloud-based platform enabling secure remote access to the built-in web server of smart devices such as industrial automation systems, smart home devices, monitoring and control systems for heating, solarthermal or photovoltaic plants, and similar systems. With my-devices.net, any device with a built-in web server can be securely accessed remotely over the internet using any web browser running on a PC, smartphone or tablet. This even works if the device is behind a NAT router, firewall or proxy server.<br />
For more information, please visit <a href="http://my-devices.net">my-devices.net</a>. If you want to try out the system with your own device, please <a href="http://www.my-devices.net/tryitout.html">let us know</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://pocoproject.org/blog/?feed=rss2&amp;p=478</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merry Christmas and a Happy New Year!</title>
		<link>http://pocoproject.org/blog/?p=477</link>
		<comments>http://pocoproject.org/blog/?p=477#comments</comments>
		<pubDate>Fri, 23 Dec 2011 10:25:23 +0000</pubDate>
		<dc:creator>guenter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pocoproject.org/blog/?p=477</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div id="attachment_476" class="wp-caption alignnone" style="width: 610px"><img src="http://pocoproject.org/blog/wp-content/uploads/2011/12/xmas11_600x400.jpg" alt="Merry Christmas" title="xmas11_600x400" width="600" height="400" class="size-full wp-image-476" /><p class="wp-caption-text">Merry Christmas</p></div>
]]></content:encoded>
			<wfw:commentRss>http://pocoproject.org/blog/?feed=rss2&amp;p=477</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

