in reply to Re: threads->create() blocks on Windows
in thread threads->create() blocks on Windows
Thanks for the detailed explanation. This seems exactly to be the problem. I cannot create a new thread while another thread does a blocking receive on a global socket. So I'll have to avoid this situation.