Re: [Twisted-Python] Python SSH Server( twisted.conch) takes up high cpu usage when a large number of echo

2016-11-16 Thread Glyph Lefkowitz
> On Nov 14, 2016, at 6:58 PM, 陈健 wrote: > > hi: > I write a SSH server with Twisted Conch. But encountered a difficult > problem. Assume that user A and user B log in to the twisted ssh server > through ssh command. Then user A tail or cat a large file (greater than 100M) > on the serve

[Twisted-Python] twisted on Windows with python 3.5?

2016-11-16 Thread Jeffrey DeLeo
After seeing a talk by Glyph and Moshe last month, I have looked into twisted. It seems like a natural fit for a current project. Thought to use klein for the web application portion as well. But - we are using Python 3.5, and one of our deliverable platforms is Windows 7 (64 bit). Bad idea? Thing

Re: [Twisted-Python] twisted on Windows with python 3.5?

2016-11-16 Thread Craig Rodrigues
Hi, Over the past 4-5 months or so, I have been doing some major heavy lifting to port large parts of Twisted to Python 3. One of the biggest hurdles I overcame was to port the Twisted IOCP reactor to Python 3. I got that to work. So, I think things are in good shape. However, getting feedback

Re: [Twisted-Python] twisted on Windows with python 3.5?

2016-11-16 Thread Glyph Lefkowitz
> On Nov 16, 2016, at 10:24, Jeffrey DeLeo wrote: > > After seeing a talk by Glyph and Moshe last month, I have looked into > twisted. It seems like a natural fit for a current project. Thought to > use klein for the web application portion as well. > > But - we are using Python 3.5, and one of

[Twisted-Python] pooled smtp connection

2016-11-16 Thread Roshan Cherian
Hi All, I am looking at sendMail in twisted.mail.smtp, however this to my understanding doesn't maintain a connection pool to a smtp host and port. The ESMTPSenderFactory is initialized using the from and to addresses as well. Is there a way I can create a connection pool for the smtp connection

Re: [Twisted-Python] Twisted 16.6.0rc1 Release Candidate Announcement

2016-11-16 Thread Mark Williams
On Thu, Nov 10, 2016 at 07:56:52PM +1100, Amber "Hawkie" Brown wrote: > - Python 3 support for Words' IRC support and twisted.protocols.sip among > some smaller modules, I have opened a PR to revert this: https://github.com/twisted/twisted/pull/593 A full explanation is here: https://twistedma

Re: [Twisted-Python] Twisted 16.6.0rc1 Release Candidate Announcement

2016-11-16 Thread Glyph Lefkowitz
> On Nov 16, 2016, at 11:15 PM, Mark Williams wrote: > > On Thu, Nov 10, 2016 at 07:56:52PM +1100, Amber "Hawkie" Brown wrote: >> - Python 3 support for Words' IRC support and twisted.protocols.sip among >> some smaller modules, > > I have opened a PR to revert this: > > https://github.com/tw

Re: [Twisted-Python] Twisted 16.6.0rc1 Release Candidate Announcement

2016-11-16 Thread Amber "Hawkie" Brown
> On 17 Nov. 2016, at 18:22, Glyph Lefkowitz wrote: > >> >> On Nov 16, 2016, at 11:15 PM, Mark Williams wrote: >> >> On Thu, Nov 10, 2016 at 07:56:52PM +1100, Amber "Hawkie" Brown wrote: >>> - Python 3 support for Words' IRC support and twisted.protocols.sip among >>> some smaller modules, >

Re: [Twisted-Python] Twisted 16.6.0rc1 Release Candidate Announcement

2016-11-16 Thread Amber "Hawkie" Brown
> On 17 Nov. 2016, at 18:50, Amber Hawkie Brown > wrote: > >> >> On 17 Nov. 2016, at 18:22, Glyph Lefkowitz > > wrote: >> >>> >>> On Nov 16, 2016, at 11:15 PM, Mark Williams >> > wrote: >>> >>> On Thu, Nov 10, 2016 at 07:56:52P