aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes How can J2EE Programming be used to leverage Multicore processors? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "How can J2EE Programming be used to leverage Multicore processors?" Watch "How can J2EE Programming be used to leverage Multicore processors?" New topic
Author

How can J2EE Programming be used to leverage Multicore processors?

John Paul Murphy
Greenhorn

Joined: Jul 17, 2006
Posts: 2
How can J2EE Programming be used to leverage Multicore processors? Thank you.
Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 12907
    
    3

J2EE application servers are multi-threaded server applications. Because they are multi-threaded, they will most likely be able to use all the cores of your multi-core processor.


Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16479
    
    2

Originally posted by Jesper Young:
Because they are multi-threaded, they will most likely be able to use all the cores of your multi-core processor.
Provided, of course, that the underlying JVM supports that. I doubt that there is anything in J2EE specifically that can affect how the JVM and the operating system do their thread processing.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How can J2EE Programming be used to leverage Multicore processors?
 
Similar Threads
Dr Dobbs on functional languages
Is Concurency dependent on CPU architecture?
Creating our own String class?
Death of Java, film at 11
How can J2EE Programming be used to leverage Multicore processors?