Re: [Cppcms-users] Simple long polling application has memory leaks (sockets left in CLOSE_WAIT sta
Brought to you by:
artyom-beilis
From: redred77 <red...@gm...> - 2016-01-15 00:01:06
|
Maybe you can reuse socket connection which is on CLOSE_WAIT state by changing linux system conf. I don't remember the actual command but you will easily find it from Google. Well I'm not sure whether this is the right solution but I experienced problem when linux system took too long wait time on CLOSE_WAIT and it caused blocking new socket connection. I hope it helps. |