<?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: libssh 0.4.5</title>
	<atom:link href="http://www.libssh.org/2010/07/13/libssh-0-4-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.libssh.org/2010/07/13/libssh-0-4-5/</link>
	<description>The SSH Library!</description>
	<lastBuildDate>Mon, 06 Jun 2011 17:01:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: gladiac</title>
		<link>http://www.libssh.org/2010/07/13/libssh-0-4-5/comment-page-1/#comment-2104</link>
		<dc:creator>gladiac</dc:creator>
		<pubDate>Thu, 05 Aug 2010 07:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.libssh.org/?p=124#comment-2104</guid>
		<description>Hi,

to ask these question, you should subscribe to the mailing list. There are developers and users of libssh subscribed and more people can help you to solve your problems.

1. Take a look at channel_poll().

2. bsd_poll() is a emulation of a poll function. It uses select() which is limited to 64 file descriptors on Windows and it is slow. You really want to use WSAPoll(). If it doesn&#039;t work, we need to fix it. For this we need detailed information. The best is if you could provide code we can execute and debug.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>to ask these question, you should subscribe to the mailing list. There are developers and users of libssh subscribed and more people can help you to solve your problems.</p>
<p>1. Take a look at channel_poll().</p>
<p>2. bsd_poll() is a emulation of a poll function. It uses select() which is limited to 64 file descriptors on Windows and it is slow. You really want to use WSAPoll(). If it doesn&#8217;t work, we need to fix it. For this we need detailed information. The best is if you could provide code we can execute and debug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xiegang</title>
		<link>http://www.libssh.org/2010/07/13/libssh-0-4-5/comment-page-1/#comment-2103</link>
		<dc:creator>xiegang</dc:creator>
		<pubDate>Thu, 05 Aug 2010 03:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.libssh.org/?p=124#comment-2103</guid>
		<description>Thanks for all your help before, But I also need your help with some problems:
1.I need a function that can tell me when the channel has data. I know channel_read can block until the data comes, But I don&#039;t want my program always stop at this function when no data comes, I need a timeout function, just like the select() function on socket. Can you give me some suggestion.
2.I don&#039;t want to use wsa_poll function because of some problems on windows server 2008. if I want to use bsd_poll when the ws2_32.dll exist on my OS, how to do?
Look forward to your reply, Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks for all your help before, But I also need your help with some problems:<br />
1.I need a function that can tell me when the channel has data. I know channel_read can block until the data comes, But I don&#8217;t want my program always stop at this function when no data comes, I need a timeout function, just like the select() function on socket. Can you give me some suggestion.<br />
2.I don&#8217;t want to use wsa_poll function because of some problems on windows server 2008. if I want to use bsd_poll when the ws2_32.dll exist on my OS, how to do?<br />
Look forward to your reply, Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gladiac</title>
		<link>http://www.libssh.org/2010/07/13/libssh-0-4-5/comment-page-1/#comment-2096</link>
		<dc:creator>gladiac</dc:creator>
		<pubDate>Sat, 24 Jul 2010 12:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.libssh.org/?p=124#comment-2096</guid>
		<description>You should use the bugtracker at http://dev.libssh.org/ and not the comments to report problems :)</description>
		<content:encoded><![CDATA[<p>You should use the bugtracker at <a href="http://dev.libssh.org/" rel="nofollow">http://dev.libssh.org/</a> and not the comments to report problems <img src='http://www.libssh.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chengjinsong</title>
		<link>http://www.libssh.org/2010/07/13/libssh-0-4-5/comment-page-1/#comment-2095</link>
		<dc:creator>chengjinsong</dc:creator>
		<pubDate>Sat, 24 Jul 2010 09:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.libssh.org/?p=124#comment-2095</guid>
		<description>While using the libssh on the windows2008 server,my code will ended at the function channelpoll(),how it happened?
Whether the lib supports windows2008 or not ?</description>
		<content:encoded><![CDATA[<p>While using the libssh on the windows2008 server,my code will ended at the function channelpoll(),how it happened?<br />
Whether the lib supports windows2008 or not ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

