ctarton1
8th March 2006, 10:11
We are planning to change our server. We are looking for Itanium 2 technology, but my question is: what is better for Baan IVc4 with Oracle 9.2 and HP-UX, single core or dual core processors?
Thanks in advance for your answers.
Markus Schmitz
8th March 2006, 11:08
For me it would be interesting to see any experience of Itanium customers on HP-ux with Baan.
Anybody out there?
Francesco
9th March 2006, 11:32
Except in this case ;)
Unless software is specifically designed to use dual-core, the benefits are marginal. Since both Baan IV and ORacle 9 predate this technique, I think it is safe to predict that there will be no positive effect from using dc.
Dikkie Dik
9th March 2006, 16:58
Except in this case ;)
Unless software is specifically designed to use dual-core, the benefits are marginal. Since both Baan IV and ORacle 9 predate this technique, I think it is safe to predict that there will be no positive effect from using dc.
This is not completely correct. If you run single user, this is correct. When running multi user or with parallel processing, you make advantage of the dual core. So I think for OLTP work, a dual core definitly makes sense!
Kind regards,
Dick
Francesco
10th March 2006, 10:19
I stand corrected.
It was my understanding that multi-cores needed to be addressed differently then multi-processors but this is apparently not true.
So if a dc system is effectively a dual processor box and you are running a single-tiered environment, then Oracle 9i (your biggest resource consumer) will benefit from the second core (if properly configured of course).
Baan's VMs are notoriously single-threaded and so are the database drivers, so you still shouldn't expect miracles.
victor_cleto
10th March 2006, 11:48
Baan's VMs are notoriously single-threaded and so are the database drivers, so you still shouldn't expect miracles.
Even if they are single threaded, each users starts their own processes and, it's the OS that spreads them thru the available CPUs/cores (in a UNIX env. at least), so you do get improvements by using multi-cores or multi-CPUs (HT is not exactly a multi-core and thus does not fall exactly under this).
Dikkie Dik
10th March 2006, 16:16
Even if they are single threaded, each users starts their own processes and, it's the OS that spreads them thru the available CPUs/cores (in a UNIX env. at least), so you do get improvements by using multi-cores or multi-CPUs (HT is not exactly a multi-core and thus does not fall exactly under this).
I agrre for the most of it, but even dual core is not the same as dual processor. Not everything is implemented twice. It all depends on vendor and version, some parts are shared between the cores.
Kind regards,
Dick