Hi all, Does anyone knows how websphere performs on a dual cpus machine? Will the application threads be distributed properly to each cpu or will websphere rely on the OS for managing multitasking? The planned setup is Windows 2003 server and Websphere application server 5.0.2 or 5.1. Also, only one instance of the server will run. [ April 13, 2004: Message edited by: Brahim Bakayoko ]
SCJP, SCWCD, SCBCD, IBM CSD WebSphere v5, <br />A+, MCP 2000 and 2000 server, CST, and few incompleted certification tracks.<br /> <br />Ivory Coast<br /> <br />Analyze your web Request/Response @ <a href="http://webtools.servehttp.com" target="_blank" rel="nofollow">http://webtools.servehttp.com</a> down for a while...
Thanks Kyle! My question now is, is the effective usage of both cpus built into the jvm or does the jvm still has to rely on the OS cpu management? I have worries that the OS will see the jvm as a single process and only set it up to use only one cpu. Is that the case? The biggest thing is that I will be using windows 2003. In windows, you often have to set the process affinity of a particular application to one of the cpu manually as windows does poor multitasking management.
SCJP, SCWCD, SCBCD, IBM CSD WebSphere v5, <br />A+, MCP 2000 and 2000 server, CST, and few incompleted certification tracks.<br /> <br />Ivory Coast<br /> <br />Analyze your web Request/Response @ <a href="http://webtools.servehttp.com" target="_blank" rel="nofollow">http://webtools.servehttp.com</a> down for a while...
No, that's not the case. The JVM will use both processors correctly, even on Windows. It's built into the JVM, which does use OS resources, but very low level ones. Trust me, it works. I've been doing this on multi-CPU (32-cpu in some cases) windows boxes for years. Kyle
SCJP, SCWCD, SCBCD, IBM CSD WebSphere v5, <br />A+, MCP 2000 and 2000 server, CST, and few incompleted certification tracks.<br /> <br />Ivory Coast<br /> <br />Analyze your web Request/Response @ <a href="http://webtools.servehttp.com" target="_blank" rel="nofollow">http://webtools.servehttp.com</a> down for a while...
Kyle, Do you know if the memory model problems that were corrected in the new Java language specifications used for J2SE 5.0 had previously been corrected by IBM in the JVM in these older versions of WAS (5.x) or if these memory model defects are also present in these IBM JVMs?