On Fri, 26 Sep 2003 01:18 am, Greg Stark wrote:
> Well if you're only going to do one threading API you may as well pick the
> POSIX standard. Windows threading is only useful for windows, POSIX
> threading would work on every other OS, Solaris, Linux, BSD, etc.
>
> Is there a POSIX threads wrapper for windows?

Yes and no... there's no native POSIX thread wrapper, if that's what you mean 
(say like pthreads on OSF wraps DECThreads AFAIK). 

There's a  development effort here (http://sources.redhat.com/pthreads-win32/) 
to help those using Windows, but if it was me, I'd probably stick to native 
Windows threads. It's not going to be on people's machines by default.

Regards, Philip.


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to