Re: [Twisted-Python] starting point to contribute

2014-01-17 Thread Daniel Sank
Kasun, For the record I'm kind of a n00b myself. -Daniel ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] starting point to contribute

2014-01-17 Thread Kasun Thennakoon
Hi glyph, daniel Thanks for your attention. I'm more interested in GPS protocols and web protocols. Since the project I'm working on is more focused on GPS protocols, I have already gone through GPS protocols in twisted[1] Please excuse typing errors, [1]: http://twistedmatrix.com/trac/browser

[Twisted-Python] possible error in twisted app

2014-01-17 Thread Jonathan Vanasco
a portion of my twisted app is having some problems. i think i figured out the issue -- but if I'm right.. i'll be a bit lost. this portion of the app is essentially a web scraper. it grabs a batch of X urls from a data broker , and then updates a database with data about the URL ( which eith

Re: [Twisted-Python] strategies for tracking down memory issues

2014-01-17 Thread Glyph Lefkowitz
On Jan 17, 2014, at 5:32 PM, Kevin Horn wrote: > I used txScheduler (which I wrote) for that. Available here: . > In fact that's part of why I wrote it. Not to be confused with TxScheduling: . -glyph smime.

Re: [Twisted-Python] strategies for tracking down memory issues

2014-01-17 Thread Kevin Horn
On Fri, Jan 17, 2014 at 6:06 PM, Glyph Lefkowitz wrote: > > On Jan 17, 2014, at 12:43 PM, Jonathan Vanasco > wrote: > > > some recent changes to a very-happy twisted daemon have resulted in a > process that grows in memory until it crashes the box. boo! > > looking through the code and logs, i'm

Re: [Twisted-Python] strategies for tracking down memory issues

2014-01-17 Thread Glyph Lefkowitz
On Jan 17, 2014, at 12:43 PM, Jonathan Vanasco wrote: > > some recent changes to a very-happy twisted daemon have resulted in a process > that grows in memory until it crashes the box. boo! > > looking through the code and logs, i'm wondering if i''ve coded things in > such a way that deffe

Re: [Twisted-Python] starting point to contribute

2014-01-17 Thread Glyph Lefkowitz
On Jan 17, 2014, at 10:06 AM, Kasun Thennakoon wrote: > Hi all, > I'm kasun from srilanka, and i'm developing a vehicle tracking > system for one of our government authorities,when i start coding for the > project, I used the support of basic python modules(socket,threading)[1], > t

[Twisted-Python] large features and code review

2014-01-17 Thread Glyph Lefkowitz
I've just put the fancy new logging branch into review that wsanchez and I have been working on for several months now. It's pretty big, and we've had difficulty with reviewing large changes in the past, so I suggested a novel review strategy:

Re: [Twisted-Python] strategies for tracking down memory issues

2014-01-17 Thread Werner Thie
On 1/17/14 10:43 AM, Jonathan Vanasco wrote: some recent changes to a very-happy twisted daemon have resulted in a process that grows in memory until it crashes the box. boo! looking through the code and logs, i'm wondering if i''ve coded things in such a way that defferds or deferrd lists a

[Twisted-Python] strategies for tracking down memory issues

2014-01-17 Thread Jonathan Vanasco
some recent changes to a very-happy twisted daemon have resulted in a process that grows in memory until it crashes the box. boo! looking through the code and logs, i'm wondering if i''ve coded things in such a way that defferds or deferrd lists are somehow not getting cleaned up if an unhand

Re: [Twisted-Python] starting point to contribute

2014-01-17 Thread Daniel Sank
I think the general idea is to find tickets on the webpage and just go ahead and fix them. You can sort them by difficulty. ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

[Twisted-Python] starting point to contribute

2014-01-17 Thread Kasun Thennakoon
Hi all, I'm kasun from srilanka, and i'm developing a vehicle tracking system for one of our government authorities,when i start coding for the project, I used the support of basic python modules(socket,threading)[1], then I got to know about the usability of Twisted and re-factored the co