Boost C++ Libraries: Ticket #4424: Program using Boost.Asio stops processing the request https://svn.boost.org/trac10/ticket/4424 <p> I made a small HTTP proxy, and after +- 1000 simultaneous requests, the process stops working, accepts new connections but does not send anything to the client, which is eternally waiting. </p> <p> I made a small HTTP proxy, and after + - 1000 simultaneous requests, the process stops working, accepts new connections but does not send anything to the client, which is eternally waiting. </p> <p> I drove by a GDB backtrace, do not know if it helps a lot. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4424 Trac 1.4.3 Joaquim Pedro França Simão <osmano807@…> Sun, 11 Jul 2010 12:50:30 GMT attachment set https://svn.boost.org/trac10/ticket/4424 https://svn.boost.org/trac10/ticket/4424 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">gdb (2).log</span> </li> </ul> Ticket chris_kohlhoff Sun, 11 Jul 2010 13:36:27 GMT <link>https://svn.boost.org/trac10/ticket/4424#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4424#comment:1</guid> <description> <p> 1000 is suspiciously close to the default file descriptor limit. You may be getting an error (e.g. in your async_accept completion handler) and not handling it correctly. </p> </description> <category>Ticket</category> </item> <item> <author>Joaquim Pedro França Simão <osmano807@…></author> <pubDate>Sun, 11 Jul 2010 14:10:06 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/4424#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4424#comment:2</guid> <description> <p> Was suffering the exact same problem described here: <a class="ext-link" href="http://lists.boost.org/boost-users/2009/02/44720.php"><span class="icon">​</span>http://lists.boost.org/boost-users/2009/02/44720.php</a> </p> <p> I did the fix as suggested but wonder: is there another better way? </p> </description> <category>Ticket</category> </item> </channel> </rss>