- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can JVM take advantage of multiple processers?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 10:06 AM
09-19-2002 10:06 AM
We are running 11.00 and have:
Java-Runtime1-1 C.01.18.01 Virtual Machine for Java
Can this take advantage of multiple processers in an L2000?
TIA
Sean
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 10:25 AM
09-19-2002 10:25 AM
SolutionKernel takes care of developing the context and cpu switching for each process|thread. If the process is multi-threaded, yes it will be automatically taken care. JVM is not a single threaded application so it should be alright. Are you seeing one processor being heavily utilized while the others are not over an extended period?
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 10:28 AM
09-19-2002 10:28 AM
Re: Can JVM take advantage of multiple processers?
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 10:29 AM
09-19-2002 10:29 AM
Re: Can JVM take advantage of multiple processers?
I'm trying to nail down why an app is so slow on one of our machines.
I believe it's the unidata database which is single-threaded. I just wanted to verify that JVM was multithreaded, which means the database is the only part that isn't.
Thanks,
Sean
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 10:37 AM
09-19-2002 10:37 AM
Re: Can JVM take advantage of multiple processers?
You may use Perfview to drill down on the usage of the CPU and processes which are causing this.
That would give you a better idea of things happening in there.
Regards,
Anil