Re: [Twisted-Python] Fwd: Slow data transfer with Twisted + socat + Windows

2011-03-09 Thread Itamar Turner-Trauring
On Wed, 2011-03-09 at 16:06 +0800, Jason Heeris wrote: > Is this worth filing a bug about (since I have a neat little demo > script to illustrate the problem), or is it just too vague? It's worth filing a bug, yes. ___ Twisted-Python mailing list Twis

Re: [Twisted-Python] Fwd: Slow data transfer with Twisted + socat + Windows

2011-03-09 Thread Jason Heeris
On 9 March 2011 15:23, Jason Heeris wrote: > Besides, none of that will help if the GTK reactor can't communicate > with anything properly. I adapted my original script to simply work with an echo server, and there really does seem to be a problem with the GTK reactor, no matter what the transpor

Re: [Twisted-Python] Fwd: Slow data transfer with Twisted + socat + Windows

2011-03-08 Thread Jason Heeris
On 9 March 2011 15:02, Michael Thompson wrote: > My read of these results is that socat on windows limits the > performance to 30s and in addition the gtkreactor on windows has > performance problems. I'd say it's Cygwin, not socat, but yes. > pyserial includes an example that makes a serial por

[Twisted-Python] Fwd: Slow data transfer with Twisted + socat + Windows

2011-03-08 Thread Michael Thompson
-- Forwarded message -- From: Michael Thompson Date: 9 March 2011 07:02 Subject: Re: [Twisted-Python] Slow data transfer with Twisted + socat + Windows To: Jason Heeris On 9 March 2011 01:47, Jason Heeris wrote: > On 9 March 2011 03:49, Michael Thompson wrote: >> Does you prog