<?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>飞扬轻狂&#039;s blog &#187; perl</title>
	<atom:link href="http://blog.fallseir.com/category/perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fallseir.com</link>
	<description>我心飞扬 我意轻狂</description>
	<lastBuildDate>Tue, 31 Aug 2010 06:59:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><cloud domain='blog.fallseir.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>code:perl 的多进程处理器</title>
		<link>http://blog.fallseir.com/2006/07/codeperl-%e7%9a%84%e5%a4%9a%e8%bf%9b%e7%a8%8b%e5%a4%84%e7%90%86%e5%99%a8/</link>
		<comments>http://blog.fallseir.com/2006/07/codeperl-%e7%9a%84%e5%a4%9a%e8%bf%9b%e7%a8%8b%e5%a4%84%e7%90%86%e5%99%a8/#comments</comments>
		<pubDate>Wed, 12 Jul 2006 10:38:36 +0000</pubDate>
		<dc:creator>飞扬轻狂</dc:creator>
				<category><![CDATA[perl]]></category>
		<category><![CDATA[杂]]></category>

		<guid isPermaLink="false">http://blog.fallseir.com/2006/07/codeperl-%e7%9a%84%e5%a4%9a%e8%bf%9b%e7%a8%8b%e5%a4%84%e7%90%86%e5%99%a8/</guid>
		<description><![CDATA[弄了两天的perl代码，用来进行多进程并发处理 将输入流中的每一行通过标准输入流分配给-c指定的处理程序 并设定同一时刻-w个处理程序在处理 $ cat data &#124;perl multis.pl -c:&#8221;awk &#8216;{print &#8216;&#8221;\$\$&#8221;&#8216;,&#8221;\$&#8221;0}&#8217; &#8221; -w:5 -d # 使用5道并发进行处理 more]]></description>
			<content:encoded><![CDATA[<p><font color="#339966">弄了两天的perl代码，用来进行多进程并发处理</font></p>
<p><font color="#339966">将输入流中的每一行通过标准输入流分配给-c指定的处理程序<br />
并设定同一时刻-w个处理程序在处理</font></p>
<p>$ cat data |perl multis.pl -c:&#8221;awk &#8216;{print &#8216;&#8221;\$\$&#8221;&#8216;,&#8221;\$&#8221;0}&#8217; &#8221; -w:5 -d # 使用5道并发进行处理</p>
<p><a target="_blank" href="http://fallseir.livejournal.com/59959.html">more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fallseir.com/2006/07/codeperl-%e7%9a%84%e5%a4%9a%e8%bf%9b%e7%a8%8b%e5%a4%84%e7%90%86%e5%99%a8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
