For an upcoming project, I will be calling Java from C++ on a multi-processor AIX UNIX box. I'm comfortable with the native code, but I am not clear regarding the appropriate Java threading model.
Created May 4, 2012
Davanum Srinivas Check the readme file for the version of the JDK that you want to use, for example the AIX JDK 1.1.8 uses pthread package. You can use the pthread package if you are using JDK 1.1.8:
http://www.iats.missouri.edu/servlets/knowledgebase/article/12501
The following URL has more information on using pthreads in AIX.