GithubHelp home page GithubHelp logo

Comments (9)

greim avatar greim commented on August 30, 2024

Thanks for finding this. It might be a couple of issues. Upgrading the code to use http.request() (which reuses client objects) speeds things up considerably. But it still reports failed requests. Continuing investigating...

from hoxy.

greim avatar greim commented on August 30, 2024

And for me at least it was throwing "too many listeners" errors, since it was adding listeners to the same socket each time when connection was reused in keepalive mode. This aspect should hopefully be easy to fix.

from hoxy.

zdila avatar zdila commented on August 30, 2024

Hi greim. After last update the hoxy doesn't work at all and the browser timeouts.

from hoxy.

greim avatar greim commented on August 30, 2024

Which version of node are you on? The fix for the performance issues has dependencies on the client connection pooling in 0.4.x.

from hoxy.

zdila avatar zdila commented on August 30, 2024

Default Ubuntu Natty:
martin@bono:~$ node -v
v0.2.6

Please add version check on startup :-)

from hoxy.

zdila avatar zdila commented on August 30, 2024

with v0.4.7 it works but ab shows may failed connections (if used with -k):

ab -n 100 -c 1 -k -X localhost:8080 http://localhost/

  • in this case 50 are failed. With -v 2 argument you can see mixed headers and message. BTW my tested page is standard Apache "It works!" page.

from hoxy.

greim avatar greim commented on August 30, 2024

Thanks. Incidentally I'm also doing my tests on an Apache "It works!" page. The failed requests are some weird low-level stream issue that I'm still trying to understand. Will reply here if/when I find a fix.

from hoxy.

greim avatar greim commented on August 30, 2024

Version check added.

from hoxy.

greim avatar greim commented on August 30, 2024

I realize this is old, but can anyone comment if this is still an issue? v0.x branch is still around if fixes are badly needed.

from hoxy.

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.