Re: [Twisted-Python] More tests running on Python 3

2016-11-14 Thread Craig Rodrigues
DATE   BUILD
=

November 14, 2016  https://travis-ci.org/twisted/twisted/builds/175882955

Tests on Python 2.7
===
11697 (skips=2165, successes=9532)

Tests on Python 3.5


10659  (skips=2126, successes=8533)


On Thu, Aug 11, 2016 at 5:42 AM, Craig Rodrigues 
wrote:

> I looked at latest Travis builds on Linux:
>
> DATE   BUILD
> =
> August 11, 2016  https://travis-ci.org/twisted/twisted/jobs/151440581
>
>
> Tests on Python 2.7
> ===
> 11640  (skips=2083, successes=9557)
>
> Tests on Python 3.5
> 
> 9647   (skips=2008, successes=7639)
>
> --
> Craig
>
> On Thu, Jun 30, 2016 at 3:43 PM, Craig Rodrigues  > wrote:
>
>> Hi,
>>
>> I looked at these two Travis builds on Linux
>>
>> DATE  BUILD
>>   =
>> June  3, 2016https://travis-ci.org/twisted/twisted/builds/135219940
>> June 30, 2016https://travis-ci.org/twisted/twisted/builds/141426367
>>
>>
>> I noticed:
>>
>> DATE Tests on Python 2.7
>>   =
>> June  3, 2016 11438 (skips=3013, successes=8425)
>> June 30, 201611496 (skips=2063, successes=9433)
>>
>>
>> DATE Tests on Python 3.5
>>    =
>> June  3, 2016 6367 (skips=1533, successes=4834)
>> June 30, 20167902 (skips=1693, successes=6209)
>>
>
>
>
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


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

2016-11-14 Thread 陈健
 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 
server, which will cause a lot of echoing through the twisted ssh server, 
making python ssh process (twisted.conch ) cpu usage is very high (greater than 
95%, or even 100%), then the user B will be blocked, a long time no response. 
Is there any way to sleep userA's session(0.5 seconds) when find the user A has 
a large number of echo through the twisted ssh server and not blocking the 
other connected users?

http://stackoverflow.com/questions/40601119/python-ssh-server-twisted-conch-takes-up-high-cpu-usage-when-a-large-number-of

Best regards,

 ---jianchen







  

|___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python