drogonframework / drogonframework/drogon

How about drogon's performance and latency?

Open
#1,986 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
14.3k
Forks
1.4k
Avg merge
1d 13h
Merged PRs (30d)
14

Description

I am only a http client library user. all i need is non-blocking, asynchronous, reuse the existed connections. (to summarize, low latency, non-blocking).

the typical scene is:

for one http post request, it cost me 20ms, sometimes, i can have 100 requests at the same time, i want them to be handled as soon as possible, request #10 wait request #2 is not acceptable.

I was using `libcurl `before, I use it because it is default library in many linux Os. it drived me mad when it comes to non-blocking, multi-threading request and reuse existed connections.

so, i am planning to replace it with drogon, before that, i am curious: is drogon fast enough, and is it good fit for my scene?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.