Archive Index
This month's Index
|
Subject: [ libssh2-Bugs-2558794 ] libssh2_poll returns 0 sometimes when using select
[ libssh2-Bugs-2558794 ] libssh2_poll returns 0 sometimes when using select
From: SourceForge.net <noreply_at_sourceforge.net>
Date: Sun, 05 Apr 2009 18:29:21 +0000
Bugs item #2558794, was opened at 2009-02-03 01:14
Please note that this message will contain a full copy of the comment thread,
Initial Comment:
I have structured my reads to do something like the following:
1) Execute command
However, in the particular cases where the code execution doesn't successfully return, I get a rc > 0 until a 0 is hit and then it remains 0. I have narrowed it down to the socket select() function on Windows 2003, but am unable to understand why there would be no data available when there is really data available. To me it would seem select() is behaving incorrectly.
----------------------------------------------------------------------
>Comment By: Daniel Stenberg (bagder)
Message:
Is there any reason why you don't just use poll() or select() on the
----------------------------------------------------------------------
Comment By: William Boyle (vtcool)
Message:
----------------------------------------------------------------------
Comment By: Daniel Stenberg (bagder)
Message:
https://sourceforge.net/tracker2/?func=detail&aid=2141548&group_id=125852&atid=703942
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Message:
//Peter <peter_at_stuge.se>
----------------------------------------------------------------------
You can respond by visiting:
------------------------------------------------------------------------------
|