Can anyone give me a list of the differences and/or a pointer to a document,
that describes the differences between Solaris threads and POSIX threads -
beyond that which is in the man page (man threads) ?
The one difference of which I am aware is that if a multi-threaded app
fork()s, in Pthreads, only the calling thread is duplicated, while in
Solaris threads, the whole thing is duplicated (which, incidentally, the
semantics of fork, if interpreted literally, requires).