Results 1 to 3 of 3
Thread: Multi core
- 10-14-2009, 12:55 PM #1
Member
- Join Date
- Jul 2009
- Posts
- 13
- Rep Power
- 0
- 10-21-2009, 08:09 PM #2
Typically the JVM allows each thread the opportunity of being executed on its own core.
Typically more so for unix environments and not as well for windows based operating systems.
see also: Multicore processing for client-side Java applications - JavaWorld
- 10-22-2009, 03:56 AM #3
Senior Member
- Join Date
- Nov 2008
- Posts
- 286
- Rep Power
- 5
I think you could do with qualifying that last statement.
There are definitely differences in the thread scheduling algorithms of Windows vs Linux/other Unices (for example, look at how thread priority behaves on Windows vs Linux), and depending on the circumstances one or other scheduler algorithm could be considered "better". But on both types of platform, a Java thread generally maps to an OS thread nowadays.Neil Coffey
Javamex - Java tutorials and performance info
Similar Threads
-
Order Management System Java Developer NYC-Core Java/Multi-threading/Socket Developer
By evanp in forum Jobs OfferedReplies: 0Last Post: 07-22-2008, 04:39 PM -
ckkl-core 0.3.1
By JavaBean in forum Java SoftwareReplies: 0Last Post: 11-12-2007, 06:05 PM -
ckkl-core 0.2.4
By JavaBean in forum Java SoftwareReplies: 0Last Post: 11-02-2007, 03:17 PM -
ckkl-core 0.2.3
By JavaBean in forum Java SoftwareReplies: 0Last Post: 10-31-2007, 05:20 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks