Posted By:
Dave_Richardson
Posted On:
Thursday, July 20, 2000 05:58 AM
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.
Based on what I've read, I believe I should use native threads. How do I achieve this (is it just linking into the correct library)? What are the side effects of doing this?