<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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: python使用SSHClient(Paramiko)实现后台运行进程	</title>
	<atom:link href="https://www.coder4.com/archives/3339/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com/archives/3339</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Thu, 30 Nov 2017 09:29:03 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>
		By: s		</title>
		<link>https://www.coder4.com/archives/3339#comment-1371</link>

		<dc:creator><![CDATA[s]]></dc:creator>
		<pubDate>Thu, 30 Nov 2017 09:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.coder4.com/?p=3339#comment-1371</guid>

					<description><![CDATA[应该是nohup your_shell.sh &#062; /dev/null 1&#062;&#038;2 &#038;]]></description>
			<content:encoded><![CDATA[<p>应该是nohup your_shell.sh &gt; /dev/null 1&gt;&amp;2 &amp;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: xiaode		</title>
		<link>https://www.coder4.com/archives/3339#comment-1306</link>

		<dc:creator><![CDATA[xiaode]]></dc:creator>
		<pubDate>Tue, 07 Jul 2015 14:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.coder4.com/?p=3339#comment-1306</guid>

					<description><![CDATA[你好！请问关于这个后台命令执行，你方面再详细说下吗？我现在要远程执行一个perl 命令，但是运行完成，并没有得到我想要的结果，我现在不知如何调试了。谢谢！]]></description>
			<content:encoded><![CDATA[<p>你好！请问关于这个后台命令执行，你方面再详细说下吗？我现在要远程执行一个perl 命令，但是运行完成，并没有得到我想要的结果，我现在不知如何调试了。谢谢！</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: herd		</title>
		<link>https://www.coder4.com/archives/3339#comment-1295</link>

		<dc:creator><![CDATA[herd]]></dc:creator>
		<pubDate>Tue, 28 Apr 2015 07:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.coder4.com/?p=3339#comment-1295</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.coder4.com/archives/3339#comment-694&quot;&gt;suchasplus&lt;/a&gt;.

非常感谢，我遇到了同样的问题，用你的方法完美解决]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.coder4.com/archives/3339#comment-694">suchasplus</a>.</p>
<p>非常感谢，我遇到了同样的问题，用你的方法完美解决</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: suchasplus		</title>
		<link>https://www.coder4.com/archives/3339#comment-694</link>

		<dc:creator><![CDATA[suchasplus]]></dc:creator>
		<pubDate>Mon, 11 Jun 2012 00:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.coder4.com/?p=3339#comment-694</guid>

					<description><![CDATA[直接开screen或者tmux吧...]]></description>
			<content:encoded><![CDATA[<p>直接开screen或者tmux吧...</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: daniel		</title>
		<link>https://www.coder4.com/archives/3339#comment-691</link>

		<dc:creator><![CDATA[daniel]]></dc:creator>
		<pubDate>Mon, 04 Jun 2012 18:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.coder4.com/?p=3339#comment-691</guid>

					<description><![CDATA[不要用python的ssh lib,性能差到不行,我做过测试,paramiko比shell下的ssh性能差了至少4倍.最好的方式是subprocess去调shell.要拷贝的文件多的话,可以试试多线程调subprocess,我自己实现了一个基于ssh的远程调用的python框架,支持多线程,主要是针对大量目标机器的情况.
具体咱可以交流:)]]></description>
			<content:encoded><![CDATA[<p>不要用python的ssh lib,性能差到不行,我做过测试,paramiko比shell下的ssh性能差了至少4倍.最好的方式是subprocess去调shell.要拷贝的文件多的话,可以试试多线程调subprocess,我自己实现了一个基于ssh的远程调用的python框架,支持多线程,主要是针对大量目标机器的情况.<br />
具体咱可以交流:)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
