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]

Re: Rsync: found the problem


On Fri, Aug 03, 2001 at 01:08:26PM +0100, Bill Petheram wrote:
> 
> What seems to happen is that rsh reads from stdin. rsh sets stdin to be
> O_BINARY. However in _read (syscalls.cc) the wait flag is NOT set, so
> _read returns -1 and EAGAIN. So stdin for rsh has been set to no delay,
> probably by rsync.
> 
> What are the rules for inheriting flags and socket options across forks?

sockets are copied across forks using a Winsock2 copy mechanism

	WSADuplicateSocket
	WSASocket

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
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]