Re: [Mingw-w64-public] Threading; thread groups and 64 core threshold

2020-01-12 Thread Malcolm MacLeod
> 在 2020/1/9 12:53, Malcolm MacLeod 写道: > > As multiple core machines become more and more widespread and as linux > > adoption continues to grow > > this is only going to become more of an issue over time and not less. So > > sure I could just 'hack' > > around this in my own program and move on

Re: [Mingw-w64-public] FIFO's work?

2020-01-12 Thread Liu Hao
在 2020/1/11 5:55, David Mathog 写道: > Within bash this works: > ... > So, am I doing something wrong or are FIFOs not really a thing in Mingw64? > (W10, 64 bits.) > As you mentioned 'bash' I suppose you are using Cygwin or MSYS2. I don't know how they implemented this POSIX thing. You might want t

Re: [Mingw-w64-public] Threading; thread groups and 64 core threshold

2020-01-12 Thread Liu Hao
在 2020/1/9 12:53, Malcolm MacLeod 写道: > > As multiple core machines become more and more widespread and as linux > adoption continues to grow > this is only going to become more of an issue over time and not less. So sure > I could just 'hack' > around this in my own program and move on - but it