<div dir="ltr">2013/5/3 Ludo Brands <span dir="ltr"><<a href="mailto:ludo.brands@free.fr" target="_blank">ludo.brands@free.fr</a>></span><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div class="im">On 05/02/2013 10:00 PM, silvioprog wrote:<br>
><br>
> Lines 277 and 278. That is, I already do that. The problem now is how to<br>
> stop the "Accept" but without errors.<br>
><br>
> I implemented the "Stop" method in socket, but I did not want to do it<br>
> this ugly way.<br>
><br>
<br>
</div>Same solution as for recv and send. Or use blocking mode with a select<br>
before accept, or use non blocking mode and deal with EAGAIN or<br>
EWOULDBLOCK. Here you seem to use blocking mode and accept will only<br>
return with a new connection or an error.<br>
<br>
Ludo</blockquote></div><div><br></div><div><div>Could you give me an example in practice? Theoretically I understand, but I don't know do in practice. :/</div><div><br></div><div>Now, TTcpIpServer is working well. The new problem is: when I close the server with one or more clients connected, I got a memory leak.</div>

</div><div><br></div>-- <br>Silvio Clécio<br>My public projects - <a href="http://github.com/silvioprog" target="_blank">github.com/silvioprog</a>
</div></div>