Operating System - HP-UX
1836603 Members
2995 Online
110102 Solutions
New Discussion

Re: c and c++ hp-ux 11.00 running in 11i

 
Simone Teles da Hora_5
Occasional Advisor

c and c++ hp-ux 11.00 running in 11i

Hi,

I will migrate my server L1000 + HP-UX 11.00 + C and C Ansi executables (32 bits) to rp5470 + HP-UX 11i. Is it possible? Are there any performance implications of running an application built on 11.00 on a server running 11i? What about binary compatible between executables HP-UX 11.00 x HP-UX 11.11?

thanks

STH
4 REPLIES 4
Pete Randall
Outstanding Contributor

Re: c and c++ hp-ux 11.00 running in 11i

Things are upwardly compatible, so your 11.0 32 bit binaries should run with no problem on 11i, whether 11i is 32 bit or 64 bit.


Pete

Pete
Simone Teles da Hora_5
Occasional Advisor

Re: c and c++ hp-ux 11.00 running in 11i

what about performance?
Pete Randall
Outstanding Contributor

Re: c and c++ hp-ux 11.00 running in 11i

There shouldn't be any performance implications that I can think of.


Pete

Pete
A. Clay Stephenson
Acclaimed Contributor

Re: c and c++ hp-ux 11.00 running in 11i

There should be no difference in performance as well. I'll assume that you are using shared libraries, so some of your 11.0 code will be using 11.11 code (shared libraries).

If it ain't broke, I can fix that.