Re: [Twisted-Python] Looking for some advice debugging issue with transport.write calls

2015-04-27 Thread Brian Costlow
On Mon, Apr 27, 2015 at 8:26 PM, Itamar Turner-Trauring wrote: > self.in_send_message seems like a potential source of bugs (can't see it > being set to False on all branches here) and is also likely unnecessary. > self.in_send_message is redundant with self.waiting_id, which was added later, an

Re: [Twisted-Python] Getting started on making the move to the new logging system

2015-04-27 Thread Eeshan Garg
Hello, Glyph! :-) > My initial suggestion - don't take this too authoritatively, I'd be happy > for input from anyone else - would be that the next step would be to simply > identify a module that has some interesting log events, make a ticket for > logging them using the new system, and then wri

Re: [Twisted-Python] revisiting onboarding

2015-04-27 Thread Chris Wolfe
Hi, Has this proposal been accepted? Is there anything I can do to help implement it? -Chris On Sun, Feb 8, 2015 at 9:01 AM, Tom Prince wrote: > Glyph Lefkowitz writes: > > > So I have a proposal for a scaled back process that nevertheless would > give us something official-ish: > > <..detail

Re: [Twisted-Python] Looking for some advice debugging issue with transport.write calls

2015-04-27 Thread Itamar Turner-Trauring
self.in_send_message seems like a potential source of bugs (can't see it being set to False on all branches here) and is also likely unnecessary. General advice: 1. Simplify, simplify, simplify. 2. Unit tests (see https://twistedmatrix.com/documents/current/core/howto/trial.html). _

Re: [Twisted-Python] Looking for some advice debugging issue with transport.write calls

2015-04-27 Thread Glyph Lefkowitz
> On Apr 27, 2015, at 1:05 PM, Brian Costlow wrote: > > Summary: I am having an issue writing data from an object based on twisted's > LineReceiver. Calling self.transport.write from the protocol, some data makes > it through, some does not. Using tcpdump, I am not seeing the missing data > c

Re: [Twisted-Python] Getting started on making the move to the new logging system

2015-04-27 Thread Glyph Lefkowitz
> On Apr 27, 2015, at 10:57 AM, Eeshan Garg wrote: > > Hi everyone! > > I have gone through > > and >

[Twisted-Python] Looking for some advice debugging issue with transport.write calls

2015-04-27 Thread Brian Costlow
Summary: I am having an issue writing data from an object based on twisted's LineReceiver. Calling self.transport.write from the protocol, some data makes it through, some does not. Using tcpdump, I am not seeing the missing data cross the network interface. Ubuntu LTS 14.04 Python 2.7.6 Twisted 1

[Twisted-Python] Getting started on making the move to the new logging system

2015-04-27 Thread Eeshan Garg
Hi everyone! I have gone through < http://twisted.readthedocs.org/en/latest/core/howto/logging.html> and < http://twisted.readthedocs.org/en/latest/core/howto/logger.html>. And I want to get started helping out with making the move to the new logging system. I talked to Glyph and ralphm about thi

Re: [Twisted-Python] twisted and twisted-infra organizations on GitHub

2015-04-27 Thread bret curtis
On Fri, Apr 24, 2015 at 10:54 AM, Gelin Yan wrote: > > Hi Glyph > > off-topic a bit. I care about txmongo. I actually plan to use it in > production soon. > > Regards > > gelin yan > > Glad you do! :D We use it in production as well! Just landed MongoDB 3.x support, but we've still have a w