|
From: | Kunal Ekawde |
Subject: | Re: [libmicrohttpd] Regarding Flow control |
Date: | Tue, 18 Sep 2018 00:31:13 +0530 |
Hi,Just to add more, my application is single threaded and I am running MHD inside that. I don't create additional threads. I use suspend and resume as suggested earlier as I do async processing.So, I am thinking how can we implement flow control in this scenario..Thanks, SantosOn Mon, Sep 17, 2018 at 8:22 PM Santos Das <address@hidden> wrote:Hi,Could you kindly let me know how can we implement the flow control ? Protection against the badly behaving clients.HTTP/1.1 servers SHOULD maintain persistent connections and use TCP's flow controlmechanisms to resolve temporary overloads, rather than terminating connections withthe expectation that clients will retry. The latter technique can exacerbate networkcongestion.https://www.w3.org/Protocols/rfc2616/rfc2616-sec8.htmlThanks, Santos
[Prev in Thread] | Current Thread | [Next in Thread] |