Re: WCONTINUED/WIFCONTINUED

View: New views
2 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: WCONTINUED/WIFCONTINUED

by Eric Blake :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Christopher Faylor on 7/10/2009 10:20 AM:
> I should be able to implement this.  It shouldn't be too hard*.

What - implementing WIFCONTINUED from scratch is easier than fixing a
regression in named pipes?

To be honest, you deserve a world of thanks for whatever you can manage to
get working, in spite of the difficulties in dealing with microsoft's
arbitrary changes across windows versions.  Take as much time as you need
to get it right!

- --
Don't work too hard, make some time for fun as well!

Eric Blake             ebb9@...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkpam1IACgkQ84KuGfSFAYAUkwCgpVYB9qGnYelrb9Gj/Ussk6b8
1Q0AoIQdzQY+PcFBFRe3a27OsW387p5H
=3CpU
-----END PGP SIGNATURE-----

Re: WCONTINUED/WIFCONTINUED

by Christopher Faylor-8 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sun, Jul 12, 2009 at 08:26:26PM -0600, Eric Blake wrote:

>According to Christopher Faylor on 7/10/2009 10:20 AM:
>>I should be able to implement this.  It shouldn't be too hard*.
>
>What - implementing WIFCONTINUED from scratch is easier than fixing a
>regression in named pipes?
>
>To be honest, you deserve a world of thanks for whatever you can manage
>to get working, in spite of the difficulties in dealing with
>microsoft's arbitrary changes across windows versions.  Take as much
>time as you need to get it right!

As I'm sure you know, implementing WIFCONTINUED is MUCH easier than
named pipes because the implementation is entirely Cygwin.

I haven't been idle on the named pipe front but everything I've tried so
far has worked imperfectly.  I started using Windows named pipes because
I thought it simplified fifo handling a lot.  It's looking now like I
may have to invent some kind of interprocess handshaking to make them
work right but I really really don't want to do that unless I really
really have to.

Thanks for the thanks.

cgf