Hello, we, three students, want to write a multithreading Java program that uses eclipse prolog. From the universirty we can use a server with four CPUs and we want to use them. It is only possible to create one EmbeddedEclipse object and when four threads use this object for prolog commands only one processor is used by the JVM. So we tried OutOfProcessEclipse and every thread has now its own OutOfProcessEclipse object. So all four CPUs can be used by the JVM but we had a big problem with this. In some cases the threads wants to execute a lot of small prolog command so that we had a very huge communication overhead which kills our performance under a single core solution :( Is it possible that an EmbeddedEclipse object can use more than one processor with the JVM? Is it possible to "tune" OutOfProcessEclipse to minimize the communication overhead with some eclipse option tweaks? Thanks a lot! Greetings! MartinReceived on Mon Jun 09 2008 - 11:37:33 CEST
This archive was generated by hypermail 2.2.0 : Thu Feb 02 2012 - 02:31:58 CET