From: | Aaron Optimizer Digulla |
Date: | 3 Aug 2000 at 12:45:56 |
Subject: | Re: AMIOPEN: pthread Emulation |
On Wed, Aug 02, 2000 at 10:41:42PM +0100, Matthew J Fletcher wrote:
> The question is this,.. POSIX.1 (as supported by Tao), does not
> include any pthreads API calls (as far as i can tell), now tao say
> they have a complete POSIX.1 emu and .4 in the works. So its the
> pthreads stuff just well hidden, or are tao working on it, or is
> it just non existant ?
"Now" ? WHat does that mean ? Is the work on an ixemul library
futile ? When will such an emulation be available ?
PS: I don't care about fork(). Unix software should not use
fork() and if they do, you can in almost all cases replace
it by "create-child-and-do-some-stdio-redirects". fork() is
*not* an essential function and you should stop confusing
"gives extra work for a port" with "makes a port impossible".