OE Deployment

Code, discussions, and whitepapers related to deploying ABL applications including version changes, performance, etc.


AppServers

Tools, techniques, and discussions related to the use of AppServers


Deployment Utilities

Miscellaneous utilities for managaging a deployed database.


Fathom

Tools and whitepapers related to Fathom


Performance Measurement

Tools, code samples, and whitepapers related to measuring performance in deployed systems.


Determine whether Progress is 32- or 64-bit

This is a bash script that determines whether the Progress version installed on a *nix system is 32-bit or 64-bit. It also determines whether the O/S is 32- or 64-bit, though this has not been widely tested. It can be conveniently called from other scripts by running with the -s switch and checking the return value (32 or 64, or 0 on error).

The script needs to be able to find the Progress installation in order to run. It will check $DLC, $PATH, and /usr/dlc.

Typical usage:

> 32or64.sh
Progress is 64 bits; OS is 64 bits

> ./32or64.sh -s
> echo $?
64


DBA Group

Issues related to management of the database - design and deployment, including performance

Use this group to associate any content which relates to database development and deployment, including performance, configuration, and testing and to ask questions which are not linked to specific content.


Syndicate content