|
From: | silvioprog |
Subject: | Re: [libmicrohttpd] Question on Async support |
Date: | Thu, 23 Aug 2018 16:48:46 -0300 |
Hi,Thanks a lot. Is there any significant performance impact when it runs in this mode ?
Has anyone compared its performance against "mongoose " ?
I''m evaluating a http library for my C++ based application microservices . I am evaluating libraries that can provide our C++ workers with native HTTP capabilities.
I’m defining native as:
- No additional threads other than those spawned by the application when it chooses to use blocking calls (entirely optional)
- No additional queueing
- Native sockets interface with full use of listen, accept, bind, connect, recv, send.
Do you think libmicrohttpd is the best choice or is there any better alternatives for me ?
Please advise.thanks, santos
[Prev in Thread] | Current Thread | [Next in Thread] |