Skip to content

Does httplib use I/O multiplexing (select, poll, epoll) and support thousands of concurrent connections? #2076

Closed
@Mq-b

Description

@Mq-b

Hello!

First of all, I want to say that I really like httplib—it's a very user-friendly library. I would like to know whether it utilizes I/O multiplexing techniques such as select, poll, or epoll. Additionally, does it support handling thousands of concurrent client connections efficiently?

Thank you!
Thank you!

Use `select()` instead of `poll()`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions