Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

utilize the CPU to the fullest

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
If a thread is used, even a 12 CPU machine will effectively a single CPU machine, as all the threads of a process run on the same CPU.
How do I make a Java process utilize the CPU to the fullest? Can I do some system programming like C language?
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator

all the threads of a process run on the same CPU.


Who gavce this info?
What has got to do with testing?
[ November 07, 2003: Message edited by: Pradeep Bhat ]
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Ankur, please do not cross-post. Especially in forums which have nothing to do with the topic.
I'm closing this thread. Go here for further discussion.
 
Consider Paul's rocket mass heater.
    Bookmark Topic Watch Topic
  • New Topic