A
anthonycwmak
I am trying to find tools/frameworks that help with writing Java program that can utilize multi-core CPU. So far I only found jconcurr, JOMP, JAMP, Ateji, but they all either requires special shell command to compile and run the programs, or, in Ateji's case use a special file extension which is converted to java file. This doesn't seem to be ideal if I require to build multi-core programs that can be built on Maven or similar, and requires them to run on an enterprise environment or application server.
Besides writing concurrent programs, by using Java Concurrency API directly, to utilize the multi-core, are there other easier/simpler way to create Java enterprise applications that utlize multi-core CPUs? Preferably, just annotate my POJOs to make them multi-core capable?
Kind Regards,
Anthony Mak
Besides writing concurrent programs, by using Java Concurrency API directly, to utilize the multi-core, are there other easier/simpler way to create Java enterprise applications that utlize multi-core CPUs? Preferably, just annotate my POJOs to make them multi-core capable?
Kind Regards,
Anthony Mak