Re: [Twisted-Python] Ticket #8244 (old-style decorator)

2016-03-23 Thread L. Daniel Burr
Hi Glyph, On March 22, 2016 at 11:27:10 PM, Glyph (gl...@twistedmatrix.com) wrote: On Mar 22, 2016, at 12:33 PM, L. Daniel Burr wrote: Hi all, Hi Daniel, I tried to comment on the ticket, but SpamBayes rejected it as spam. The spam-monitoring queue is empty, which means another admin probab

Re: [Twisted-Python] Ticket #8244 (old-style decorator)

2016-03-23 Thread Glyph
> On Mar 23, 2016, at 9:22 AM, L. Daniel Burr wrote: > > My concern is that, should these classes be converted into hybrids via the > @oldStyle decorator, my service may experience some reduction in the number > of requests per second that it handles If oldStyle converts the classes into hybr

Re: [Twisted-Python] Ticket #8244 (old-style decorator)

2016-03-23 Thread L. Daniel Burr
Hi Glyph, On March 23, 2016 at 1:39:53 PM, Glyph (gl...@twistedmatrix.com) wrote: On Mar 23, 2016, at 9:22 AM, L. Daniel Burr wrote: My concern is that, should these classes be converted into hybrids via the @oldStyle decorator, my service may experience some reduction in the number of reques

Re: [Twisted-Python] Ticket #8244 (old-style decorator)

2016-03-23 Thread Glyph
> On Mar 23, 2016, at 2:10 PM, L. Daniel Burr wrote: > > Hi Glyph, > On March 23, 2016 at 1:39:53 PM, Glyph (gl...@twistedmatrix.com > ) wrote: > >> >>> On Mar 23, 2016, at 9:22 AM, L. Daniel Burr >> > wrote: >>> >>> My concern is th

Re: [Twisted-Python] Ticket #8244 (old-style decorator)

2016-03-23 Thread Tom Prince
On Tue, Mar 22, 2016 at 10:26 PM, Glyph wrote: > Nothing about 8244 would involve making more hybrid classes. Classes > decorated as @oldStyle must be pure old style (the semantics of hybrids are > much, much closer to new-style than old-style) so they have to be what they > are today. When we f

Re: [Twisted-Python] Ticket #8244 (old-style decorator)

2016-03-23 Thread Glyph
> On Mar 23, 2016, at 3:19 PM, Tom Prince wrote: > > Nothing about #8264's *requirements* leads to hybrid classes. But the > implementation makes *every* currently old-style class into a > hybrid-class.. Looks like the implementation needs to be revisited then :). -glyph___

Re: [Twisted-Python] how to implement login form logic with twisted.cred checkers, credentials and portal

2016-03-23 Thread Glyph
> On Mar 2, 2016, at 6:32 AM, snailcoder wrote: > > I'm trying to implement some login logic using twisted.cred module for a > website. In short, there's a login page with username/password forms. Once > the user input the right username/password, the browser will redirect to > another page w