in reply to Re^2: threads->create() blocks on Windows
in thread threads->create() blocks on Windows
So is this actually a bug in Strawberry and Active State Perl, or is Cygwin just applying some magic here to make this work?
Both AS Perl and Strawberry Perl use the MS C-runtime, which is where the internal locking is done. It's not an error, it's a design choice.
Cygwin on the other hand implements a strictly POSIX-complient C-runtime which makes other choices.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: threads->create() blocks on Windows
by photron (Novice) on Mar 25, 2014 at 10:37 UTC |