Re: [Twisted-Python] Improved StandardIO support in Windows

2013-04-19 Thread Glyph
On Apr 19, 2013, at 12:58 PM, exar...@twistedmatrix.com wrote: > On 06:55 pm, johnnyp...@gmail.com wrote: >> On Fri, Apr 19, 2013 at 02:21:48PM -0400, Itamar Turner-Trauring wrote: >>> >>> The main issue is that the patch is too big? The easiest way to solve >>> that >>> is to split it up into

Re: [Twisted-Python] Improved StandardIO support in Windows

2013-04-19 Thread exarkun
On 06:55 pm, johnnyp...@gmail.com wrote: >On Fri, Apr 19, 2013 at 02:21:48PM -0400, Itamar Turner-Trauring wrote: >> >>The main issue is that the patch is too big? The easiest way to solve >>that >>is to split it up into multiple tickets, each addressing a subsection >>of >>the problem, with a co

Re: [Twisted-Python] Improved StandardIO support in Windows

2013-04-19 Thread John Popplewell
On Fri, Apr 19, 2013 at 02:21:48PM -0400, Itamar Turner-Trauring wrote: > On Fri, Apr 19, 2013 at 2:21 AM, John Popplewell wrote: > > > Hi all, > > > > I've recently put together a series of patches and new files that expand > > upon and improve the work done in Ticket #2157 > > http://twistedmatr

Re: [Twisted-Python] Improved StandardIO support in Windows

2013-04-19 Thread Itamar Turner-Trauring
On Fri, Apr 19, 2013 at 2:21 AM, John Popplewell wrote: > Hi all, > > I've recently put together a series of patches and new files that expand > upon and improve the work done in Ticket #2157 > http://twistedmatrix.com/trac/ticket/2157 > > > Not sure how to proceed so I'm doing as exarkun suggeste

Re: [Twisted-Python] Improved StandardIO support in Windows

2013-04-19 Thread Kevin Horn
On Fri, Apr 19, 2013 at 1:21 AM, John Popplewell wrote: > Hi all, > > I've recently put together a series of patches and new files that expand > upon and improve the work done in Ticket #2157 > http://twistedmatrix.com/trac/ticket/2157 > > I've got working cftp.py and conch.py scripts and imap4cli

Re: [Twisted-Python] Multiple clients and ports

2013-04-19 Thread Carlos Eduardo Sotelo Pinto
of course, but I need to solve it, cause I am on working now, and if I could help you on anything best regards 2013/4/19 Laurens Van Houtven <_...@lvh.io>: > Not a direct answer to your question, but I hope to get twisted.positioning > in the next release of Twisted. It's a new and improved int

Re: [Twisted-Python] Multiple clients and ports

2013-04-19 Thread Laurens Van Houtven
Not a direct answer to your question, but I hope to get twisted.positioning in the next release of Twisted. It's a new and improved interface for positioning (including NMEA) that I started back when I was writing something extremely similar to what you are now. Hopefully you'll be one of its first

Re: [Twisted-Python] Multiple clients and ports

2013-04-19 Thread Carlos Eduardo Sotelo Pinto
Dear Phil I am glad on your fast answer 2013/4/19 Phil Mayers : > On 04/19/2013 01:33 AM, Carlos Eduardo Sotelo Pinto wrote: >> I am doing a gps tracker wich use multiple protocols and multiple >> clients, my problen is when I have more than one client on more than >> one protocol at the same tim

Re: [Twisted-Python] Multiple clients and ports

2013-04-19 Thread Phil Mayers
On 04/19/2013 01:33 AM, Carlos Eduardo Sotelo Pinto wrote: > I am doing a gps tracker wich use multiple protocols and multiple > clients, my problen is when I have more than one client on more than > one protocol at the same time, data and validation start to crashing > one to other I don't unders