View Single Post

   
  #5 (permalink)  
Old 01-16-2008, 07:05 PM
Paul Pluzhnikov
 
Posts: n/a
Default Re: Can HP-UX on Itanium compile and run 32-bit applications?

"Allon Dafner" <allon.dafner@gmail.com> writes:

> Will it work with all of my 3rd parties (Oracle-OCI, VisiBroker
> client)?


Not with the _native_ libraries: you can't link together PA-RISC
and IA64 code.

But you should be able to copy your existing PA-RISC Oracle and
VisiBroker libraries (i.e. copy your entire PA-RISC package).

> Are there any benchmarks detailing the performance downgrade I can
> expect?


It depends on what your app does. Most DB/CORBA apps I've seen
spend great deal of time waiting for messages or the DB (i.e. are
not CPU-bound). Such an app may perform sufficiently well even with
PA-RISC emulation.

Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
Reply With Quote