- This topic has 9 replies, 4 voices, and was last updated 15 years, 8 months ago by
Loyal Water.
-
AuthorPosts
-
henkMemberI have installed Eclipse 3.4 / MyEclipse 7.0 M2 on an intel iMac with a C2D (dual core), running OS X 10.5.5.
After checking out a rather large project, I noticed validation of my JSP files took a rather long time. Upon closer inspection using the progres view in Eclipse and top from the OS, it seemed that ME is using only 1 core on my setup.
Each JSP file is validated right after the other. Since the process is very much CPU bound and individual JSP files have no dependency on eachother, this seems to be a prime candidate to utilize multiple cores. A major theme for Eclipse 3.4 was the utilization of many cores, which have become very common in the last years, especially on developers machines.
Can you let MyEclipse validate in parallel? Or this already possible and did it somehow failed on my Mac?
October 1, 2008 at 11:30 am #289612
Loyal WaterMemberHenk,
This is an enhancement on our TODO list for a future release, no planed ETA for it yet but the ground work was laid in 7.0 to eventually support it. May not show up until 8.0 or so though.October 2, 2008 at 4:14 am #289633
arjan.tijmsMemberPlease hurry up with this 😉 I’m on a quad-core now and have to wait a long time for validation to finish, yet 75% of my raw CPU power is left unused. I plan to move to an oct core workstation in the near future, but MyEclipse will then leave 87.5% unused. It would be really cool if you could take advantage of this extra horsepower.
October 2, 2008 at 1:43 pm #289658
Loyal WaterMemberIt would be really cool if you could take advantage of this extra horsepower.
Im sure this would be really cool feature. I’ll add another vote in favor of this feature from your side.
July 21, 2009 at 3:16 pm #300665
Seldon SystemsParticipantAny news on whether this is in 7.5 or not? Got a triple-core box now that’s waiting to be used fully! 🙂
July 22, 2009 at 11:33 am #300691
Loyal WaterMemberKarsten,
We don’t explicitly take advantage of multiple cores — but the VM should utilize multiple cores for multi-threaded applications, and fortunately all our builders/validators/etc. are all multithreaded — so during a full build that should take advantage of it.July 22, 2009 at 3:29 pm #300698
Seldon SystemsParticipantThank you for that hint!
July 23, 2009 at 11:15 am #300735
Loyal WaterMemberYour welcome.
November 10, 2009 at 11:44 am #303851
henkMemberThis message has not been recovered.
November 11, 2009 at 12:05 pm #303878
Loyal WaterMemberThis message has not been recovered.
-
AuthorPosts