How can you make idle processors pick up java work?

L

lbrtchx

How can you make idle processors pick up java work?
~
While running top I noticed that most processors running the same executing java instance are idle
~
// __ 4 processors + 4Gb RAM
~
http://hsymbolicus.wordpress.com/?attachment_id=418
~
// __ 8 processors + 32Gb RAM
~
http://hsymbolicus.wordpress.com/?attachment_id=419
~
I need to work on vast amounts of data.
~
Is there a way to make these processors pick up/share work also, or do you have to use some sort of scheduling framework on top of java?
~
lbrtchx
comp.lang.java.programmer: How can you make idle processors pick up java work?
 
J

Joshua Cranmer

Is there a way to make these processors pick up/share work also, or
do you have to use some sort of scheduling framework on top of java?

Use multiple threads?
 
M

markspace

Is there a way to make these processors pick up/share work also, or
do you have to use some sort of scheduling framework on top of java?


I have to echo Joshua's comment. What are you doing now that you expect
a JVM to be executing more than one thread? The full protocol stack
would be good to know, as well as any frameworks you are currently
using. Some are multi-threaded, some aren't.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top