Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Server Express on AIX, which "load" format?

Status
Not open for further replies.

Truusvlugindewind

Programmer
Jun 5, 2002
350
NL
We are porting a mf cobol application from OS/2 to AIX.
We are going to use Server Express. We have decided to compile all our sources (main & subprograms) to .gnt format.

Server Express can also compile into .so format (=shared object). This is a native unix format and loaded by the Operating System instead of the RTE. It should ensure better memory management.

Has anyone done investigations comparing running MFcobol on unix using .gnt loads v.s. shared objects? Any advice?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top