<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Wanted: A guide to CPAN</title>
	<atom:link href="http://curiousprogrammer.wordpress.com/2011/07/04/wanted-a-guide-to-cpan/feed/" rel="self" type="application/rss+xml" />
	<link>http://curiousprogrammer.wordpress.com/2011/07/04/wanted-a-guide-to-cpan/</link>
	<description>Leveraging Perl and Emacs</description>
	<lastBuildDate>Sat, 15 Jun 2013 02:12:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Jared</title>
		<link>http://curiousprogrammer.wordpress.com/2011/07/04/wanted-a-guide-to-cpan/#comment-9039</link>
		<dc:creator><![CDATA[Jared]]></dc:creator>
		<pubDate>Mon, 04 Jul 2011 21:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=1600#comment-9039</guid>
		<description><![CDATA[@Peter - indexing &quot;stuff&quot; well seems to be a hard problem.  There would definitely be value in a list of a subset of modules that are worth looking at and importantly why they are worth looking at.  Is that what you intended for your wiki or was it to be more comprehensive?

@anonymous - I&#039;m looking forward to all 4 books mentioned by chromatic although possibly the Kensho book the least if it only covers Task::Kensho modules.  I am moderately familiar with all of the modules on the Task::Kensho list apart from DBIC.

A much more comprehensive list than Task::Kensho (that included stuff like Parallel::Queue) along with a very brief summary of each module would be great.

@Steffen - cheers for the pointer to IPC::ConcurrencyLimit.  I definitely can see some places where I&#039;d use it in our codebase (although it would not fit in the script I was talking about in the post of course)]]></description>
		<content:encoded><![CDATA[<p>@Peter &#8211; indexing &#8220;stuff&#8221; well seems to be a hard problem.  There would definitely be value in a list of a subset of modules that are worth looking at and importantly why they are worth looking at.  Is that what you intended for your wiki or was it to be more comprehensive?</p>
<p>@anonymous &#8211; I&#8217;m looking forward to all 4 books mentioned by chromatic although possibly the Kensho book the least if it only covers Task::Kensho modules.  I am moderately familiar with all of the modules on the Task::Kensho list apart from DBIC.</p>
<p>A much more comprehensive list than Task::Kensho (that included stuff like Parallel::Queue) along with a very brief summary of each module would be great.</p>
<p>@Steffen &#8211; cheers for the pointer to IPC::ConcurrencyLimit.  I definitely can see some places where I&#8217;d use it in our codebase (although it would not fit in the script I was talking about in the post of course)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steffen Mueller</title>
		<link>http://curiousprogrammer.wordpress.com/2011/07/04/wanted-a-guide-to-cpan/#comment-9038</link>
		<dc:creator><![CDATA[Steffen Mueller]]></dc:creator>
		<pubDate>Mon, 04 Jul 2011 14:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=1600#comment-9038</guid>
		<description><![CDATA[See also: IPC::ConcurrencyLimit which was extracted from our code at booking.com. We use the algorithm quite heavily. The module itself is used by some of our newer code, too, for running on up to 24 cores.

If you use it, just take care when forking since the underlying flocks are cloned, too, so you either need to release them in one of the processes or spawn processes another way. I usually opt for having an executable that can run in different modes, one of which is &quot;spawn&quot; to run all the other modes using system()&#039;s fork&amp;exec pattern.]]></description>
		<content:encoded><![CDATA[<p>See also: IPC::ConcurrencyLimit which was extracted from our code at booking.com. We use the algorithm quite heavily. The module itself is used by some of our newer code, too, for running on up to 24 cores.</p>
<p>If you use it, just take care when forking since the underlying flocks are cloned, too, so you either need to release them in one of the processes or spawn processes another way. I usually opt for having an executable that can run in different modes, one of which is &#8220;spawn&#8221; to run all the other modes using system()&#8217;s fork&amp;exec pattern.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://curiousprogrammer.wordpress.com/2011/07/04/wanted-a-guide-to-cpan/#comment-9037</link>
		<dc:creator><![CDATA[anonymous]]></dc:creator>
		<pubDate>Mon, 04 Jul 2011 13:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=1600#comment-9037</guid>
		<description><![CDATA[http://www.modernperlbooks.com/mt/2011/06/four-new-perl-books-underway.html

Kensho book is coming, it will benefit you.

http://p3rl.org/wiki

collects information about modules for common tasks and contrasts them.

I want to add to Peter&#039;s post, many modules are tagged and authors can also add tags to their distro meta file, that&#039;s a taxonomy scheme additional to categories and not fully exploited yet.]]></description>
		<content:encoded><![CDATA[<p><a href="http://www.modernperlbooks.com/mt/2011/06/four-new-perl-books-underway.html" rel="nofollow">http://www.modernperlbooks.com/mt/2011/06/four-new-perl-books-underway.html</a></p>
<p>Kensho book is coming, it will benefit you.</p>
<p><a href="http://p3rl.org/wiki" rel="nofollow">http://p3rl.org/wiki</a></p>
<p>collects information about modules for common tasks and contrasts them.</p>
<p>I want to add to Peter&#8217;s post, many modules are tagged and authors can also add tags to their distro meta file, that&#8217;s a taxonomy scheme additional to categories and not fully exploited yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Shangov</title>
		<link>http://curiousprogrammer.wordpress.com/2011/07/04/wanted-a-guide-to-cpan/#comment-9036</link>
		<dc:creator><![CDATA[Peter Shangov]]></dc:creator>
		<pubDate>Mon, 04 Jul 2011 12:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=1600#comment-9036</guid>
		<description><![CDATA[I have often thought that CPAN&#039;s current discoverability is rather poor. It&#039;s long been on my mind to create a wiki where CPAN stuff could be easily categorized - like the category pages that you now see on search.cpan.org, but maintained. You could then go to &quot;System, Networking, IPC&quot; &gt; &quot;Process Management&quot;, and find Parallel::Queue and related modules there.]]></description>
		<content:encoded><![CDATA[<p>I have often thought that CPAN&#8217;s current discoverability is rather poor. It&#8217;s long been on my mind to create a wiki where CPAN stuff could be easily categorized &#8211; like the category pages that you now see on search.cpan.org, but maintained. You could then go to &#8220;System, Networking, IPC&#8221; &gt; &#8220;Process Management&#8221;, and find Parallel::Queue and related modules there.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
