Re: Re: Threads?
"David Arnold" <[email protected]> Fri, 09 Apr 2004 23:20:18 +1000
| Newsgroups | gmane.comp.lang.prothon.devel |
|---|---|
| Message-ID | <[email protected]> |
-->"Ben" == Ben Laurie <[email protected]> writes: >> is there a version of APR that uses GNU pth? Ben> No. Does pth do a full implementation of pthreads? it's my understanding that Pth is POSIX compliant. it doesn't implement some of the optional features, and it's not pre-emptive, but it does appear to provide a full POSIX API. http://www.ossp.org/pkg/lib/pth/ it might provide an option for those platforms where the OS doesn't provide a kernel threads implementation. d