Hello everyone,
I want to ask a complicated question. How can I assign Java threads to specific core in a multi-threaded application. The underlyinsg OS can be Linux or Windows. Is there any option provided in JVM can do it?
If I want to fork a process using C, how can I mix the Java and C together.
I am looking forward your suggestions.
Thank you.
