<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 1.3.6 Coming Next Week</title>
	<atom:link href="http://pocoproject.org/blog/?feed=rss2&#038;p=297" rel="self" type="application/rss+xml" />
	<link>http://pocoproject.org/blog/?p=297</link>
	<description>News and discussion for the POCO Community</description>
	<lastBuildDate>Thu, 09 May 2013 12:05:16 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: guenter</title>
		<link>http://pocoproject.org/blog/?p=297&#038;cpage=1#comment-579</link>
		<dc:creator>guenter</dc:creator>
		<pubDate>Wed, 25 Nov 2009 21:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/blog/?p=297#comment-579</guid>
		<description>Works for me on 10.5 and Xcode 3.1.3. Haven&#039;t tested on 10.6 yet. In any case, finding out the correct build flags and changing build/config/Darwin shouldn&#039;t be too hard...</description>
		<content:encoded><![CDATA[<p>Works for me on 10.5 and Xcode 3.1.3. Haven&#8217;t tested on 10.6 yet. In any case, finding out the correct build flags and changing build/config/Darwin shouldn&#8217;t be too hard&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://pocoproject.org/blog/?p=297&#038;cpage=1#comment-578</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Wed, 25 Nov 2009 21:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/blog/?p=297#comment-578</guid>
		<description>&gt; 1.3.6 still does not seem to work in os x debug mode.

Perhaps related to &lt;a href=&quot;http://www.newartisans.com/2009/10/a-c-gotcha-on-snow-leopard.html&quot; rel=&quot;nofollow&quot;&gt;this problem&lt;/a&gt;?</description>
		<content:encoded><![CDATA[<p>> 1.3.6 still does not seem to work in os x debug mode.</p>
<p>Perhaps related to <a href="http://www.newartisans.com/2009/10/a-c-gotcha-on-snow-leopard.html" rel="nofollow">this problem</a>?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://pocoproject.org/blog/?p=297&#038;cpage=1#comment-575</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 25 Nov 2009 16:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/blog/?p=297#comment-575</guid>
		<description>1.3.6 still does not seem to work in os x debug mode. Use the sample ServerApplication project in an default xcode command line project.

Call this in Application initialize method:

ThreadPool::defaultPool().addCapacity(500);

you get this in debug mode:

 malloc: *** error for object 0x7fff7067b500: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug

seems to work in release however...</description>
		<content:encoded><![CDATA[<p>1.3.6 still does not seem to work in os x debug mode. Use the sample ServerApplication project in an default xcode command line project.</p>
<p>Call this in Application initialize method:</p>
<p>ThreadPool::defaultPool().addCapacity(500);</p>
<p>you get this in debug mode:</p>
<p> malloc: *** error for object 0&#215;7fff7067b500: pointer being freed was not allocated<br />
*** set a breakpoint in malloc_error_break to debug</p>
<p>seems to work in release however&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: electic</title>
		<link>http://pocoproject.org/blog/?p=297&#038;cpage=1#comment-571</link>
		<dc:creator>electic</dc:creator>
		<pubDate>Sun, 22 Nov 2009 23:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/blog/?p=297#comment-571</guid>
		<description>Yes, git can be compared to SVN, as you did in that thread. But github is a different beast. I think people are suggesting it because Poco needs more community:

1. Git allows community.
2. People can fork your code, make contributions, and issue a pull request (if you approve).
3. Get more adoption and visibilty.
4. Probably get more revenue.

I also think that Poco needs  cleaner bug system. I would highly recommend you guys check out MongoDB. In about a year that entire project has just blown up, rapid adoption, tons of users forking and contributing bugs, and it columinated with a 4.3 million dollar funding round.</description>
		<content:encoded><![CDATA[<p>Yes, git can be compared to SVN, as you did in that thread. But github is a different beast. I think people are suggesting it because Poco needs more community:</p>
<p>1. Git allows community.<br />
2. People can fork your code, make contributions, and issue a pull request (if you approve).<br />
3. Get more adoption and visibilty.<br />
4. Probably get more revenue.</p>
<p>I also think that Poco needs  cleaner bug system. I would highly recommend you guys check out MongoDB. In about a year that entire project has just blown up, rapid adoption, tons of users forking and contributing bugs, and it columinated with a 4.3 million dollar funding round.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://pocoproject.org/blog/?p=297&#038;cpage=1#comment-570</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Sun, 22 Nov 2009 18:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/blog/?p=297#comment-570</guid>
		<description>&gt;Any chance of Poco making it on GitHub?

To avoid hijacking this thread, I have posted this issue on the forum &lt;a href=&quot;http://pocoproject.org/forum/viewtopic.php?f=8&amp;t=1324#p2820&quot; rel=&quot;nofollow&quot;&gt;Wishlist&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>>Any chance of Poco making it on GitHub?</p>
<p>To avoid hijacking this thread, I have posted this issue on the forum <a href="http://pocoproject.org/forum/viewtopic.php?f=8&#038;t=1324#p2820" rel="nofollow">Wishlist</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://pocoproject.org/blog/?p=297&#038;cpage=1#comment-569</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Sun, 22 Nov 2009 18:10:35 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/blog/?p=297#comment-569</guid>
		<description>You are the best!! Any chance of Poco making it on GitHub?</description>
		<content:encoded><![CDATA[<p>You are the best!! Any chance of Poco making it on GitHub?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guenter</title>
		<link>http://pocoproject.org/blog/?p=297&#038;cpage=1#comment-567</link>
		<dc:creator>guenter</dc:creator>
		<pubDate>Sun, 22 Nov 2009 16:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/blog/?p=297#comment-567</guid>
		<description>Okay, I changed the build settings for Mac OS X to match those used by Xcode projects. The main issue seems to be the use of -D_GLIBCXX_DEBUG=1 -D_GLIBCXX_DEBUG_PEDANTIC=1 by Xcode projects. I can now successfully run and debug Xcode-built projects linked with POCO libs.</description>
		<content:encoded><![CDATA[<p>Okay, I changed the build settings for Mac OS X to match those used by Xcode projects. The main issue seems to be the use of -D_GLIBCXX_DEBUG=1 -D_GLIBCXX_DEBUG_PEDANTIC=1 by Xcode projects. I can now successfully run and debug Xcode-built projects linked with POCO libs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://pocoproject.org/blog/?p=297&#038;cpage=1#comment-566</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Sun, 22 Nov 2009 09:44:11 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/blog/?p=297#comment-566</guid>
		<description>It doesn&#039;t. See the forum post by someone else. If you use a couple of debug flags, that are common with debug projects in OS X poco projects crash. Works in release mode tho.</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t. See the forum post by someone else. If you use a couple of debug flags, that are common with debug projects in OS X poco projects crash. Works in release mode tho.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viet</title>
		<link>http://pocoproject.org/blog/?p=297&#038;cpage=1#comment-565</link>
		<dc:creator>Viet</dc:creator>
		<pubDate>Sat, 21 Nov 2009 22:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/blog/?p=297#comment-565</guid>
		<description>So you are Mac lover too! Today is Sunday, I hope everything is going well and you have wonderful Sunday too!</description>
		<content:encoded><![CDATA[<p>So you are Mac lover too! Today is Sunday, I hope everything is going well and you have wonderful Sunday too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guenter</title>
		<link>http://pocoproject.org/blog/?p=297&#038;cpage=1#comment-562</link>
		<dc:creator>guenter</dc:creator>
		<pubDate>Thu, 19 Nov 2009 10:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/blog/?p=297#comment-562</guid>
		<description>&gt; Hopefully it works under OS X:)

It does. That&#039;s where I&#039;m working most of the time.</description>
		<content:encoded><![CDATA[<p>> Hopefully it works under OS X:)</p>
<p>It does. That&#8217;s where I&#8217;m working most of the time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
