| You should definitly use OS version .gt. V4.0 and 1003.1c threads.
I havent seen internal papers at Digital on hn how to port.
One thing is a book by an Sun engineer called threads Primer.
He does some comparism of Sun threads with 1003.1c threads and also
mentions something about NT threads. The examples of the book
are available at Suns homepage. In general, if the code isn't using
the suspension of threads to much, it should be straightforward to
make the codee portable. Sun threads also doesn't require mutexes to be
initialized, but you will quickly see those kind of problems.
Pit
|