In
Progress 8, there is no difference when starting the Database Server with a Host Name (-H) database startup parameter of:
- -H localhost,
- -H <machine name>, or
- no -H is used
When the
machine name is used, Progress performs a check on the machine name to ensure that it matches the machine name as returned by OS command '
hostname', but other than that there is no functional difference between the three methods.
Since
Progress 9, when
-H localhost is used, the Database Server process is bound to the
loopback interface only which will not allow Network Connections from Clients on other machines.