Re: Passing file descriptors over a socket

2009-10-14 Thread Christopher Faylor
On Wed, Oct 14, 2009 at 06:41:16AM +0100, Dave Korn wrote: >Charles Wilson wrote: > >> If not, what sort of "not" is it? (a) possible, but nobody has had the >> time or inclination to implement (b) not possible on win32 (c) possible, >> but REALLY hard -- case (a) on steroids. > > Well, there's go

Re: Passing file descriptors over a socket

2009-10-14 Thread Corinna Vinschen
On Oct 14 06:41, Dave Korn wrote: > Charles Wilson wrote: > > > If not, what sort of "not" is it? (a) possible, but nobody has had the > > time or inclination to implement (b) not possible on win32 (c) possible, > > but REALLY hard -- case (a) on steroids. > > Well, there's going to be Duplicat

Re: Passing file descriptors over a socket

2009-10-13 Thread Dave Korn
Charles Wilson wrote: > If not, what sort of "not" is it? (a) possible, but nobody has had the > time or inclination to implement (b) not possible on win32 (c) possible, > but REALLY hard -- case (a) on steroids. Well, there's going to be DuplicateHandle involved in it, to copy the underlying o

RE: Passing file descriptors and ssh ControlMaster

2008-06-16 Thread Stefanos Makris
registered contributor for cygwin, but hey, I will gladly follow any due process to become one as needed! --Stefanos. -Original Message- From: Corinna Vinschen [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2008 2:43 AM To: cygwin@cygwin.com Subject: Re: Passing file descriptors and ssh

Re: Passing file descriptors and ssh ControlMaster

2008-06-16 Thread Corinna Vinschen
On Jun 15 12:38, Stefanos Makris wrote: http://cygwin.com/acronyms/#TOFU > Hi Corinna, > > I'm sorry to ask such a basic question, but id there somewhere where I can > get information around these plans? I would like to give it a try if I can. > > --Stefanos. > > > -Original Message

RE: Passing file descriptors and ssh ControlMaster

2008-06-15 Thread Stefanos Makris
AM To: cygwin@cygwin.com Subject: Re: Passing file descriptors and ssh ControlMaster On Jun 13 12:38, Stefanos Makris wrote: > > After looking through the list archives, I am a little puzzled as to the > current state of implementing the necessary functionality that will enable > th

Re: Passing file descriptors and ssh ControlMaster

2008-06-14 Thread Corinna Vinschen
On Jun 13 12:38, Stefanos Makris wrote: > > After looking through the list archives, I am a little puzzled as to the > current state of implementing the necessary functionality that will enable > the file descriptor passing between processes (which according to my > understanding is required for

Re: Passing file descriptors

2004-01-05 Thread Theo Verelst
Christopher Faylor wrote: On Sun, Jan 04, 2004 at 04:30:56PM +0100, Theo Verelst wrote: Anyone know wether cygwin can pass file descriptors over unix sockets (streams) so that a process can share its file descriptors with another? Nope. Sorry. -- Is it not an option because of windows streams

Re: Passing file descriptors

2004-01-04 Thread Christopher Faylor
On Sun, Jan 04, 2004 at 04:30:56PM +0100, Theo Verelst wrote: >Anyone know wether cygwin can pass file descriptors over unix sockets >(streams) so that a process can share its file descriptors with >another? Nope. Sorry. -- Please use the resources at cygwin.com rather than sending personal email

RE: Passing File Descriptors

2002-03-14 Thread Robert Collins
> -Original Message- > From: David E Euresti [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 15, 2002 9:44 AM > To: [EMAIL PROTECTED] > Subject: Passing File Descriptors > > > Hello, > > I noticed there was some talk in January about passing > file descriptors between process