From: "Dan Sugalski" <[EMAIL PROTECTED]>

> At 2:01 PM +0100 12/14/03, Leopold Toetsch wrote:
> >Can we use this lib:
> >http://sources.redhat.com/pthreads-win32/
> ><cite>distributed under the GNU Lesser General Public License
(LGPL)</cite>
>
> I think so, yes. I'd rather use windows native threading if we can

If by "native threading" you mean bare Win32 API functions, I'd rather use
the multithread version of the Microsoft C Run Time library. First of all,
'cause we have already been linking against it, and the second, it provides
a proper initialization for threads, and the third, it's been supporting by
Microsoft, not by a single man.

Well, I surmise that the pthreads lib either uses native threading, the main
difference beetween CRT and pthreads being that the later just is a new
wheel conforming the POSIX standard

Hope the pthreads library won't turn out a way to go for Parrot.

0x4C56


Reply via email to