This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: OpenSSH and WinCVS in Windows 9x


On Thu, Aug 08, 2002 at 07:32:25PM +0200, Laurent Pinchart wrote:
>It seems that the problem isn't in WinCVS nor in ssh but in the cygwin select 
>implementation.

The problem is not in cygwin.  If you are communicating with pipes
between non-cygwin application and a cygwin application and expecting
EOF notification on pipes you are not going to get it.  Microsoft
doesn't provide any reliable way of finding that information on Windows
9x.

Btw, asking for no bytes in PeekNamedPipe is perfectly legal according
MSDN.  I doubt that would actually fix the problem but you or Egor are
welcome to make that change and see if it solves the problem.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]