<div dir="ltr">On 9 July 2013 09:17, Haster <span dir="ltr">&lt;<a href="mailto:haster2004@yandex.ru" target="_blank">haster2004@yandex.ru</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
while other thread is blocked another also will blocked and only after first<br>
release mutex will call bind method.<br></blockquote><div><br></div><div>The thread wanting to bind() might be waiting for a very long time in that case; the consuming thread won&#39;t wake up until a frame arrives for it.<br>
</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
All right, if I will make a new connection in thread that makes bind and<br>
will call bind on it that will be enough?<br></blockquote><div><br></div><div>Yes: if you make sure that a connection is never used by more than one thread, the problem that caused this mail-thread should go away.<br><br>
</div><div>Tony<br></div></div>-- <br>Tony Garnock-Jones<br><a href="mailto:tonygarnockjones@gmail.com" target="_blank">tonygarnockjones@gmail.com</a><br><a href="http://homepages.kcbbs.gen.nz/tonyg/" target="_blank">http://homepages.kcbbs.gen.nz/tonyg/</a>
</div></div>