Re: [Cppcms-users] Many opened TCP files
Brought to you by:
artyom-beilis
From: CN <cn...@fa...> - 2016-10-08 17:16:51
|
Many thanks for your kind help! Now I remember I configured the proxy (my sole client) to always send only https requests to my host. Is there any chance that the following scenario could possibly happen? Lighttpd somehow did not provide services - maybe temporarily brought down by myself. As a result, all requests from proxy rushed to CppCMS process. Because the parameter "service.api" is configured as "fastcgi", CppCMS process tried to ignore all http requests. However, because the http server embed in CppCMS did not recognize https, it therefore did not completely close the https connections with proxy. Best Regards, CN On Sat, Oct 8, 2016, at 01:12 AM, Artyom Beilis wrote: > Hi, > From what I see > 1. The open connections you see aren't ones created by the cppcms > framework itself. The communication with the server actually uses > Unix domain sockets rather than tcp/ip. > 2. HTTP. Timeout affects only HTTP connections, not fastcgi as the > sever is already handles them. > 3. Indeed check your client. -- http://www.fastmail.com - Does exactly what it says on the tin |