Re: [Cppcms-users] Many opened TCP files
Brought to you by:
artyom-beilis
From: Artyom B. <art...@gm...> - 2016-10-05 08:39:45
|
Another reason I can see is that your async app does not handle timeouts/disconnects properly and keeps connection alive. Artyom On Wed, Oct 5, 2016 at 11:37 AM, Artyom Beilis <art...@gm...> wrote: > It should. > > Several questions: > > 1. Who is the client - are these users or PROXY server? > 2. What is the protocol? it appears as https in the list - is it > HTTP/FastCGI or SGI > 3. Post your my-confg.js - do you use http timeouts, what are they? > 4. What version of CppCMS do you use > 5. Can you connect with strace to the server and see how typical > connection behave - i.e. see what system calls related to a socket > executed. > > Artyom > >> >> Process# 27567 comes from the running CppCMS program: >> ./cppcms-app -c my-config.js >> >> Is it possible that CppCMS does not cleanly close files? >> >> Best Regards, >> CN >> >> -- >> http://www.fastmail.com - Access your email from home and the web >> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Cppcms-users mailing list >> Cpp...@li... >> https://lists.sourceforge.net/lists/listinfo/cppcms-users |