Giter Site home page Giter Site logo

Critical Performance Issue about wexpect HOT 2 OPEN

raczben avatar raczben commented on June 2, 2024
Critical Performance Issue

from wexpect.

Comments (2)

raczben avatar raczben commented on June 2, 2024

I (the author) finished my profession as an engineer, now I'm in novitiate of Jesuits.
I'm sorry. I cant help now.

from wexpect.

corradods avatar corradods commented on June 2, 2024

I don't know why time.sleep(0.01) statement is needed, but it is the source of the bad behaviour. If the sleep statement is removed, the behaviour fades away.

#file: /master/wexpect/host.py    
#line: 828
   # Still have time left, so read more data
                self.isalive()
                c = self.read_nonblocking(self.maxread)
                freshlen = len(c)
                time.sleep(0.01) #<-- 
                incoming += c

Output:
Expect Elapsed time: 0.04537820816040039
Expect Elapsed time: 0.031409502029418945
Expect Elapsed time: 0.030704021453857422
Expect Elapsed time: 0.030231475830078125
Expect Elapsed time: 0.04694247245788574
Expect Elapsed time: 0.03125119209289551
Expect Elapsed time: 0.031536102294921875
Expect Elapsed time: 0.046549081802368164
Expect Elapsed time: 0.04633355140686035
Expect Elapsed time: 0.046590328216552734

from wexpect.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.