Giter Club home page Giter Club logo

Comments (5)

babelouest avatar babelouest commented on July 22, 2024

I haven't made any real performance measures or benchmarks, so I can't tell you the amount of concurrency a program using Ulfius can handle. If you want, you can try to make some.

Usually, ab is a good program to test an http service.

from ulfius.

skylli avatar skylli commented on July 22, 2024

thank you, i will try later. Is ulfius creat an thread to handle each http request ?

from ulfius.

babelouest avatar babelouest commented on July 22, 2024

Yes, there is one separate thread per connection.

from ulfius.

tibbis avatar tibbis commented on July 22, 2024

@babelouest but ulfius_send_http_request() will not be on a separate thread right? Only web sockets?

from ulfius.

babelouest avatar babelouest commented on July 22, 2024

@GitTibbe , ulfius_send_http_request() is different from ulfius core webservice, it's the http client function and uses libcurl underneath. But it doesn't run any thread in the background.
Its behaviour is thread-safe according to libcurl documentation.

Ulfius websocket server is another part of the framework. When the websocket connexion is established between the client and the server, a single thread is executed to handle all incoming and outcoming websocket messages.
But the websocket thread is independent from the core webservice.

from ulfius.

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.