Re: [Twisted-Python] memory leaks

2016-12-06 Thread bret curtis
Isn't this a duplicate of my "memory leak" bug report from about 11 months ago? https://twistedmatrix.com/trac/ticket/8164 Glype's last comment on the ticket was: Now, again, I want to be clear that the buffer size here is still a bug, and we vastly mis-estimated a reasonable size. The end result

Re: [Twisted-Python] txmongo vs. pymongo + callInThread

2015-10-12 Thread bret curtis
There is one thing that TxMongo does that PyMongo, Motor and the rest don't do: handle deadlines and timeouts. We're (HGST/WesternDigital) using MongoDB (with WiredTiger) in real-time applications and one of our requirements was to honour application set deadlines (or timeouts) on a per-call basis

Re: [Twisted-Python] txmongo vs. pymongo + callInThread

2015-10-08 Thread bret curtis
We're not sure about what OP has done, but if there is ever anything lacking in TxMongo... please open an issue/ticket with us over at: https://github.com/twisted/txmongo Cheers, Bret On Wed, Oct 7, 2015 at 8:18 PM, Jonathan Vanasco wrote: > > On Dec 21, 2014, at 4:05 PM, Clayton Daley wrote: >

Re: [Twisted-Python] Call for volunteers: fundraising

2015-10-06 Thread bret curtis
For me as well please. :) Cheers, Bret On Mon, Oct 5, 2015 at 9:52 PM, Glyph Lefkowitz wrote: > > > On Oct 4, 2015, at 8:04 AM, John Aherne wrote: > > > > OK. > > > > That makes sense. > > > > Do we have a list of current sponsors and what they have contributed > stored anywhere. > > > > Do we

Re: [Twisted-Python] Twisted 15.2 Release Announcement

2015-05-20 Thread bret curtis
Great job! :) Cheers, Bret On Tue, May 19, 2015 at 8:14 AM, HawkOwl wrote: > On behalf of Twisted Matrix Labs, I'm honoured to announce the release of > Twisted 15.2. > > Bringing not only headlining features but also a lot of incremental > improvements, this release has got plenty to like: > >

Re: [Twisted-Python] twisted ldaptor

2015-05-03 Thread bret curtis
Hello there, if you wish to make a pull request, file a bug report or ask Ldaptor specific questions, you can contact the developer directly here: https://github.com/twisted/ldaptor/issues Not everyone who works on Ldaptor is a member of this mailing list. I'll try to answer inline: On Sat, May

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

Re: [Twisted-Python] Using ldapbindingchecker (part of ldaptor) with Twisted.

2015-02-10 Thread bret curtis
On Wed, Feb 4, 2015 at 2:46 PM, David Shepherd wrote: > I am looking for any examples of using the ldapbindingchecker to > authenticate a custom SSH Server written with Twisted and Python 2.7. At > the moment I am trying to hack an existing SSHD example in the Twisted > O'Reilly book. The docs r

Re: [Twisted-Python] txmongo vs. pymongo + callInThread

2015-01-31 Thread bret curtis
On Sat, Jan 31, 2015 at 7:37 PM, Gelin Yan wrote: > > > On Tue, Dec 30, 2014 at 5:50 PM, bret curtis wrote: > >> On Tue, Dec 23, 2014 at 7:51 AM, Gelin Yan wrote: >> >>> >>> >>> On Mon, Dec 22, 2014 at 5:05 AM, Clayton Daley >>>

Re: [Twisted-Python] bringing TxMongo back from the brink!

2015-01-30 Thread bret curtis
On Fri, Jan 30, 2015 at 4:19 AM, Glyph wrote: > > > On Jan 29, 2015, at 12:05 PM, Clayton Daley > wrote: > > Unless Twisted loves the idea of hosting this, it might make more sense to > start a TxCommons (like https://github.com/ZF-Commons). This shifts the > emphasis away from the Twisted and o

[Twisted-Python] bringing TxMongo back from the brink!

2015-01-29 Thread bret curtis
Hello fellow Twistrons, let me introduce TxMongo, an asynchronous MongoDB client that has come up a few times in discussion on this list. The project isn't dead, it has been contributed to over the years though while the original author, Alexandre Fiori, reviews and accepts the pull requests. Aft

Re: [Twisted-Python] txmongo vs. pymongo + callInThread

2014-12-30 Thread bret curtis
On Tue, Dec 23, 2014 at 7:51 AM, Gelin Yan wrote: > > > On Mon, Dec 22, 2014 at 5:05 AM, Clayton Daley > wrote: > >> Are there any major disadvantages of using pymongo with callInThread >> instead of txmongo? I'd like to take advantage of some newer features in >> pymongo (unfortunately not ava

Re: [Twisted-Python] bringing LDAP back

2014-07-09 Thread Bret Curtis
Right, so from what I read here then our official release to the world will be 14.0, provided that Travis is green before 2015. ;) Sound good? Cheers, Bret On 7 July 2014 23:26, Glyph Lefkowitz wrote: > On Jul 7, 2014, at 2:21 PM, exar...@twistedmatrix.com wrote: > > It might not be. Now that

Re: [Twisted-Python] standard practices, was (bringing LDAP back)

2014-07-09 Thread Bret Curtis
On 8 July 2014 14:06, wrote: > > > > On 11:30 am, hawk...@atleastfornow.net wrote: >> >> On 8 Jul 2014, at 5:26, Glyph Lefkowitz wrote: >>> >>> On Jul 7, 2014, at 2:21 PM, exar...@twistedmatrix.com wrote: It might not be. Now that so many new projects are being added to the githu

Re: [Twisted-Python] bringing LDAP back

2014-07-07 Thread Bret Curtis
Hello again, I sent another pull request, this takes care of the last 3 failing tests and opens up an additional 50 tests that also pass now. We're now at 387 tests! https://github.com/twisted/ldaptor/pull/3 It is my recommendation that after this is reviewed and hopfully commited that we make a

Re: [Twisted-Python] bringing LDAP back

2014-07-04 Thread Bret Curtis
On 2 July 2014 00:45, Glyph Lefkowitz wrote: > > I've made you a contributor to that repository, but I recommend that you do > this anyway, and (for now) just merge your own PRs after a little while if > nobody steps forward to review them. Hopefully some more interested parties > will arrive and

Re: [Twisted-Python] bringing LDAP back

2014-07-01 Thread Bret Curtis
On 1 July 2014 21:06, Glyph Lefkowitz wrote: > > On Jul 1, 2014, at 11:57 AM, Tommi Virtanen wrote: > >> On Tue, Jul 1, 2014 at 11:49 AM, Glyph Lefkowitz >> wrote: >>> (Also, please be careful, and don't push to the main Twisted repo if you >>> work on Twisted. Github is super obnoxious about m

Re: [Twisted-Python] bringing LDAP back

2014-07-01 Thread Bret Curtis
Hello Twistrons, I admit to being "that guy" who pushed this project forward and see Ldaptor find a new home (and focus) in Twisted and I'm glad that Tommi and Glyph are on board. I'm also glad that AntonG has also re-licensed his changes as MIT and has written consent from another developer as we